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 glibc-bcc7b35158494644c494ee0e54fd44cdaf78292c.tar.gz glibc-bcc7b35158494644c494ee0e54fd44cdaf78292c.tar.bz2 glibc-bcc7b35158494644c494ee0e54fd44cdaf78292c.zip |
*** 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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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/. |