diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 18:20:18 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 18:20:18 +0000 |
commit | da26a5a53d254994ba32486976e054f81ee5c8e9 (patch) | |
tree | e4729d89937184a0966bbf68955b5b974744a52b /libthreads/ChangeLog | |
parent | 9596c4ee221e90fa4d35255e290f3e6988756bd7 (diff) |
Fri Aug 8 13:21:17 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (SRCS): Delete malloc.c; libc now has a thread safe
malloc.
(malloc.c): Delete file.
Diffstat (limited to 'libthreads/ChangeLog')
-rw-r--r-- | libthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index 8289d87d..191ba734 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 8 13:21:17 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile (SRCS): Delete malloc.c; libc now has a thread safe + malloc. + (malloc.c): Delete file. + Mon Jun 9 21:18:46 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * cthreads.c (cthread_fork): Delete debugging oddity that crept |