diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-10 08:02:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-10 08:02:29 +0000 |
commit | 15109bd4aa7cef49d08ba0c3939b5389a3b90803 (patch) | |
tree | 80629a2e87673d93a02e73976630afbe7f751b45 /linuxthreads/ChangeLog | |
parent | 41b37cb5175ea6ac2b74c620f9dfe733f579e3f0 (diff) | |
download | glibc-15109bd4aa7cef49d08ba0c3939b5389a3b90803.zip glibc-15109bd4aa7cef49d08ba0c3939b5389a3b90803.tar.gz glibc-15109bd4aa7cef49d08ba0c3939b5389a3b90803.tar.bz2 |
Update.
* joinrace.c: New file.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index faf2c43..88c866c 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -7,6 +7,7 @@ * join.c (pthread_join): Use nonexisting_handle instead of invalid_handle to test for acceptable thread handle. * manager.c (pthread_handle_free): Likewise. + * joinrace.c: New file. Reported by Permaine Cheung <pcheung@cygnus.com>. 2000-06-08 Ulrich Drepper <drepper@redhat.com> |