diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-12 04:46:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-12 04:46:44 +0000 |
commit | da63009e0f5ac74b33d8860a764d8103c5f60ec6 (patch) | |
tree | 2dc2cf509a272eb92e6566192719c37e36880c86 /nptl/ChangeLog | |
parent | 1a82c8ffae3796e5527190440fb99d8016019cb8 (diff) | |
download | glibc-da63009e0f5ac74b33d8860a764d8103c5f60ec6.tar glibc-da63009e0f5ac74b33d8860a764d8103c5f60ec6.tar.gz glibc-da63009e0f5ac74b33d8860a764d8103c5f60ec6.tar.bz2 glibc-da63009e0f5ac74b33d8860a764d8103c5f60ec6.zip |
Update.
* Makefile (tests): Add tst-cleanup1.
* tst-cleanup1.c: New file.
* cancellation.c (__cleanup_thread): Removed.
(__do_cancel): Remove call to __cleanup_thread.
* pthreadP.h: Remove __cleanup_thread prorotype.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a6796211a0..c2a0347dd3 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,11 @@ 2002-12-11 Ulrich Drepper <drepper@redhat.com> + * Makefile (tests): Add tst-cleanup1. + * tst-cleanup1.c: New file. + * cancellation.c (__cleanup_thread): Removed. + (__do_cancel): Remove call to __cleanup_thread. + * pthreadP.h: Remove __cleanup_thread prorotype. + * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start): Remember function and argument even if cancellation handler function is not available. |