diff options
author | Roland McGrath <roland@gnu.org> | 1998-11-22 18:19:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-11-22 18:19:22 +0000 |
commit | 245d28143cd234d06a02b5f9573166e5a263c4d0 (patch) | |
tree | 03e034b5d4d6b585a8347f985c00d9328fadb231 | |
parent | d93bc757be8062e275f53659eea8d29057df3275 (diff) |
.
-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 |