diff options
-rw-r--r-- | libthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index 87c02b11..521baf61 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,9 @@ +1998-11-12 Mark Kettenis <kettenis@phys.uva.nl> + + * cthreads.c (cthread_init): Move cthread_alloc call before + cproc_init call, since cthread_alloc uses malloc, and malloc won't + work between initializing the new stack and switching over to it. + 1998-07-20 Roland McGrath <roland@baalperazim.frob.com> * i386/csw.S (cproc_prepare): Take address of cthread_body as third |