aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-12 02:28:37 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-12 02:28:37 +0000
commit000160a268fe8a04265f24278907e9602823fc61 (patch)
treec40c586fe6d993cb7c71d998241b1add550ce4b0 /nptl/ChangeLog
parentf494b70b551e1d2e6d4ce4f5eec41b366cea77c1 (diff)
downloadglibc-000160a268fe8a04265f24278907e9602823fc61.tar
glibc-000160a268fe8a04265f24278907e9602823fc61.tar.gz
glibc-000160a268fe8a04265f24278907e9602823fc61.tar.bz2
glibc-000160a268fe8a04265f24278907e9602823fc61.zip
Update.
* sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start): Remember function and argument even if cancellation handler function is not available. (__libc_cleanup_region_end): Execute registered function directly if pthread functions are not available. (__libc_cleanup_end): Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index cc8ac2af4e..a6796211a0 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,12 @@
2002-12-11 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start):
+ Remember function and argument even if cancellation handler
+ function is not available.
+ (__libc_cleanup_region_end): Execute registered function directly if
+ pthread functions are not available.
+ (__libc_cleanup_end): Likewise.
+
* init.c (__pthread_initialize_minimal): Fix initialization in
static lib by preventing gcc from being too clever.