diff options
-rw-r--r-- | libthreads/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index 4b7560d7..0e3c91a6 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,10 @@ +2000-01-09 Roland McGrath <roland@baalperazim.frob.com> + + * cprocs.c (cproc_alloc): Initialize P->wired and P->msg here (code + from cthread_wire). + (cthread_wire): Reduce to just an assert, cthreads always wired. + (chtread_unwire): Abort if called. + 1999-06-13 Roland McGrath <roland@baalperazim.frob.com> * cthreads.h (MACRO_BEGIN, MACRO_END): #undef before unconditionally |