summaryrefslogtreecommitdiff
path: root/libthreads/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-07-31 02:20:44 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-07-31 02:20:44 +0000
commitc612109d24d1f503ca37b77300820184aef775ca (patch)
tree8ae629ce5dca500b552c2a89a57da65ce0677229 /libthreads/ChangeLog
parent6813e3494f4a48950ccc637ff4ff758aaf7d5ad8 (diff)
2002-07-29 Marcus Brinkmann <marcus@gnu.org>
* cthreads.c (cthread_init): Move cthread_alloc call before cproc_init call (lost in merge).
Diffstat (limited to 'libthreads/ChangeLog')
-rw-r--r--libthreads/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog
index 47274794..8e8e2ddd 100644
--- a/libthreads/ChangeLog
+++ b/libthreads/ChangeLog
@@ -4,6 +4,9 @@
__hurd_threadvar_stack_mask and __hurd_threadvar_stack_offset
variables (which got lost in the merge).
+ * cthreads.c (cthread_init): Move cthread_alloc call before
+ cproc_init call (lost in merge).
+
2002-05-28 Roland McGrath <roland@frob.com>
* cthreads.h: Do not define WAIT_DEBUG to affect inlines.