summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-09-17 14:58:48 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-09-17 14:58:48 +0000
commitbcc7b35158494644c494ee0e54fd44cdaf78292c (patch)
tree2e71b796db2a5afd187b1aec1d634f0451d4bfea
parentcd136c56ebdb0f50c7a76fb768db390715c68817 (diff)
*** empty log message ***cvs/libc-960919cvs/libc-960918
Tue Sep 17 10:51:58 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * malloc/memalign.c (memalign): Only acquire __libc_malloc_lock for actual modifications to global state.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 047d0a9f95..98eb138801 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 17 10:51:58 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * malloc/memalign.c (memalign): Only acquire __libc_malloc_lock
+ for actual modifications to global state.
+
Fri Sep 13 01:21:36 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* sysdeps/mach/Makefile (includes): Add -I$(common-objpfx)mach/.