diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 19:41:20 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 19:41:20 +0000 |
commit | 092e2ac3b344d7793b6fa56a5255ff1ce0916185 (patch) | |
tree | 5819711885d1a39cd37d518b31ffb674ea837556 /libthreads/ChangeLog | |
parent | 7b01458f66d04a90e8497bd60f1baa7eb79b9d6a (diff) | |
download | hurd-092e2ac3b344d7793b6fa56a5255ff1ce0916185.tar.gz hurd-092e2ac3b344d7793b6fa56a5255ff1ce0916185.tar.bz2 hurd-092e2ac3b344d7793b6fa56a5255ff1ce0916185.zip |
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
function. This way all cthreads will be wired, which the ports
library (and hurd_thread_cancel, etc.) depend on.
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 191ba734..772ec5f0 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,9 @@ +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 + function. This way all cthreads will be wired, which the ports + library (and hurd_thread_cancel, etc.) depend on. + 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 |