diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 20:53:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 20:53:31 +0000 |
commit | 026d50118f29514a92df816fd768c84bccf7e5dc (patch) | |
tree | 5cbc998d4d27ae45c1af94ec82df9384539d3f2b /linuxthreads/ChangeLog | |
parent | 9c3a54d42ab0512bbeebe0b78e7dd743778a01a5 (diff) | |
download | glibc-026d50118f29514a92df816fd768c84bccf7e5dc.tar.gz glibc-026d50118f29514a92df816fd768c84bccf7e5dc.tar.xz glibc-026d50118f29514a92df816fd768c84bccf7e5dc.zip |
Update.
* manager.c (pthread_exited): If thread is not detached put it on special list. (pthread_handle_free): If thread is not on list with living threads search on list with detached threads.
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 1f92c7ef0c..ead990b382 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,10 @@ 1998-06-26 Ulrich Drepper <drepper@cygnus.com> + * manager.c (pthread_exited): If thread is not detached put it on + special list. + (pthread_handle_free): If thread is not on list with living threads + search on list with detached threads. + * sysdeps/pthread/pthread.h (PTHREAD_RWLOCK_INITIALIZER): Correct for new definition of pthread_rwlock_t. |