summaryrefslogtreecommitdiff
path: root/libthreads/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-08-20 18:20:18 +0000
committerThomas Bushnell <thomas@gnu.org>1997-08-20 18:20:18 +0000
commitda26a5a53d254994ba32486976e054f81ee5c8e9 (patch)
treee4729d89937184a0966bbf68955b5b974744a52b /libthreads/ChangeLog
parent9596c4ee221e90fa4d35255e290f3e6988756bd7 (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/ChangeLog6
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