summaryrefslogtreecommitdiff
path: root/libthreads/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-28 23:59:05 +0000
committerRoland McGrath <roland@gnu.org>2002-05-28 23:59:05 +0000
commit9ddd3e4ffe133a2e60c16e1156324b3095c7d792 (patch)
tree3e06506d9d1bac287ebd310f5cd1cf2772d86e6a /libthreads/ChangeLog
parent8a0aed3adca2f991cef7374d55a9957009f273a4 (diff)
.
Diffstat (limited to 'libthreads/ChangeLog')
-rw-r--r--libthreads/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog
index 2cdb2840..f5fca749 100644
--- a/libthreads/ChangeLog
+++ b/libthreads/ChangeLog
@@ -1,5 +1,12 @@
2002-05-28 Roland McGrath <roland@frob.com>
+ * cthreads.h (hurd_condition_wait, condition_implies,
+ condition_unimplies): Restore decls lost in merge.
+ (mutex_clear): Define as mutex_init instead of bogon (lost in merge).
+
+ * cthreads.c (cthread_fork_prepare, cthread_fork_parent,
+ cthread_fork_child): Don't call malloc_fork_* (lost in merge).
+
* lockfile.c: Use __attribute__ magic instead of #pragma magic
for alias definitions. Don't bother to make them weak.