diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-17 14:58:48 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-17 14:58:48 +0000 |
commit | bcc7b35158494644c494ee0e54fd44cdaf78292c (patch) | |
tree | 2e71b796db2a5afd187b1aec1d634f0451d4bfea | |
parent | cd136c56ebdb0f50c7a76fb768db390715c68817 (diff) | |
download | glibc-bcc7b35158494644c494ee0e54fd44cdaf78292c.tar.gz glibc-bcc7b35158494644c494ee0e54fd44cdaf78292c.tar.xz glibc-bcc7b35158494644c494ee0e54fd44cdaf78292c.zip |
*** empty log message *** cvs/libc-960919 cvs/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-- | ChangeLog | 5 |
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/. |