diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-16 14:55:59 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-16 14:55:59 -0700 |
commit | cba0ca7925f8e324e8af9f88187b3473363853a1 (patch) | |
tree | 01e522177c8c519f439e0b4e978d71bc528d8b1d /nptl/ChangeLog | |
parent | 7afc8bfcbb0739354dc841f9def786df8639db8b (diff) | |
download | glibc-cba0ca7925f8e324e8af9f88187b3473363853a1.tar glibc-cba0ca7925f8e324e8af9f88187b3473363853a1.tar.gz glibc-cba0ca7925f8e324e8af9f88187b3473363853a1.tar.bz2 glibc-cba0ca7925f8e324e8af9f88187b3473363853a1.zip |
Unify source for async cancel handling.
Unify all three places where we enable async cancellation for
syscalls. Optimize a bit.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b83128e5af..23083611b4 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,10 @@ 2009-05-16 Ulrich Drepper <drepper@redhat.com> + * cancellation.c (__pthread_disable_asynccancel): Remove unnecessary + test. + * libc-cancellation.c: Use <nptl/cancellation.c: to define the code. + * sysdeps/pthread/librt-cancellation.c: Likewise. + [BZ #9924] * nptl-init.c: Renamed from init.c. * Makefile: Change all occurences of init.c to nptl-init.c. |