diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-08 09:41:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-08 09:41:40 +0000 |
commit | 1e50662964de0684256118a2775ac05cf80e4f6f (patch) | |
tree | d25ba529835db686bff9783d8c9f4cd9c2831d41 /nptl/ChangeLog | |
parent | a3957dd58406620c6b4541bafb412d68723979c8 (diff) | |
download | glibc-1e50662964de0684256118a2775ac05cf80e4f6f.tar glibc-1e50662964de0684256118a2775ac05cf80e4f6f.tar.gz glibc-1e50662964de0684256118a2775ac05cf80e4f6f.tar.bz2 glibc-1e50662964de0684256118a2775ac05cf80e4f6f.zip |
Update.
* pthreadP.h: Enable pthread_cleanup_{push,pop} optimizations only
inside libpthread.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b97c5120c8..a1152ea1a5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2002-12-08 Ulrich Drepper <drepper@redhat.com> + * pthreadP.h: Enable pthread_cleanup_{push,pop} optimizations only + inside libpthread. + * pt-fcntl.c (__fcntl): Initialize oldtype to avoid warning. * pthreadP.h: Declare __pthread_enable_asynccancel and |