diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-04 00:56:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-04 00:56:16 +0000 |
commit | 160016c945d49cfe43f6d34aa077ea04309c983b (patch) | |
tree | ba021bf4a09d36d0669c84f7349ec5a4da4c80c5 /linuxthreads/ChangeLog | |
parent | e7da8489b97e84cabd9ba9e0d682aef8d3bc5980 (diff) | |
download | glibc-160016c945d49cfe43f6d34aa077ea04309c983b.zip glibc-160016c945d49cfe43f6d34aa077ea04309c983b.tar.gz glibc-160016c945d49cfe43f6d34aa077ea04309c983b.tar.bz2 |
Update.
2000-05-03 Ulrich Drepper <drepper@redhat.com>
* string/bits/string2.h: Declare __strdup and __strndup if necessary.
Reported by Bruno Haible.
2000-04-29 Bruno Haible <haible@clisp.cons.org>
* manual/arith.texi: Remove @w from @itemize.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index ccc38eb..6072abc 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2000-04-29 Bruno Haible <clisp.cons.org> + + * join.c (pthread_exit): Use THREAD_GETMEM_NC instead of THREAD_GETMEM + for eventmask larger than 1 word. + 2000-04-27 Ulrich Drepper <drepper@redhat.com> * Versions [libpthread] (GLIBC_2.2): Add __pthread_initialize_minimal. |