diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-28 23:59:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-28 23:59:05 +0000 |
commit | 9ddd3e4ffe133a2e60c16e1156324b3095c7d792 (patch) | |
tree | 3e06506d9d1bac287ebd310f5cd1cf2772d86e6a /libthreads | |
parent | 8a0aed3adca2f991cef7374d55a9957009f273a4 (diff) |
.
Diffstat (limited to 'libthreads')
-rw-r--r-- | libthreads/ChangeLog | 7 |
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. |