diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-28 22:27:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-28 22:27:20 +0000 |
commit | cf6a2367e82ba5b322baf0fc0caa5d57e799c72d (patch) | |
tree | 6231ff95b897d8af2428dbe041a30ad022acd35a /linuxthreads/ChangeLog | |
parent | 4e735c9aaf9e05a1d4f587f5b049b2f515ff755a (diff) | |
download | glibc-cf6a2367e82ba5b322baf0fc0caa5d57e799c72d.tar.gz glibc-cf6a2367e82ba5b322baf0fc0caa5d57e799c72d.tar.xz glibc-cf6a2367e82ba5b322baf0fc0caa5d57e799c72d.zip |
Update.
2001-11-22 Wolfram Gloger <wg@malloc.de> * pthread.c (pthread_onexit_process): Don't call free after threads have been asynchronously terminated. * manager.c (pthread_handle_exit): Surround cancellation of threads with __flockfilelist()/__funlockfilelist().
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index b6aa503b0b..307388b6f6 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,11 @@ +2001-11-22 Wolfram Gloger <wg@malloc.de> + + * pthread.c (pthread_onexit_process): Don't call free + after threads have been asynchronously terminated. + + * manager.c (pthread_handle_exit): Surround cancellation + of threads with __flockfilelist()/__funlockfilelist(). + 2001-11-26 Andreas Schwab <schwab@suse.de> * manager.c (pthread_handle_create): Start the child thread with |