summaryrefslogtreecommitdiff
path: root/libthreads/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1998-06-10 19:38:01 +0000
committerThomas Bushnell <thomas@gnu.org>1998-06-10 19:38:01 +0000
commitbf256f7cd36aabc250f2381575f351906b01df05 (patch)
treefbabc018c6dd64ab5bd1823275d6c84da257b2c7 /libthreads/ChangeLog
parent01d9ce9cfe7d04c3e5aa2532b1c320ee62e33208 (diff)
Tue Jun 9 13:50:09 1998 Thomas Bushnell, n/BSG <tb@mit.edu>
* cthreads.c (cthread_fork_prepare): Don't call malloc_fork_prepare since we are no longer providing our own malloc in this library. (cthread_fork_parent): Likewise, for malloc_fork_parent. (cthread_fork_child): Likewize, for malloc_fork_child.
Diffstat (limited to 'libthreads/ChangeLog')
-rw-r--r--libthreads/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog
index 772ec5f0..3de1561c 100644
--- a/libthreads/ChangeLog
+++ b/libthreads/ChangeLog
@@ -1,3 +1,11 @@
+Tue Jun 9 13:50:09 1998 Thomas Bushnell, n/BSG <tb@mit.edu>
+
+ * cthreads.c (cthread_fork_prepare): Don't call
+ malloc_fork_prepare since we are no longer providing our own
+ malloc in this library.
+ (cthread_fork_parent): Likewise, for malloc_fork_parent.
+ (cthread_fork_child): Likewize, for malloc_fork_child.
+
Wed Aug 20 15:39:44 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* cthreads.c (cthread_body): Wire self before calling user work