diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-17 22:11:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-17 22:11:22 +0000 |
commit | 60d73a7ac4e0116ef2e458d705aeee14aff7aed9 (patch) | |
tree | 6a54617cdad5490be019cc1ad288f9d7e7e3091a /ChangeLog | |
parent | aa3cee213a291e2fd7298579059706622dd16793 (diff) | |
download | glibc-60d73a7ac4e0116ef2e458d705aeee14aff7aed9.zip glibc-60d73a7ac4e0116ef2e458d705aeee14aff7aed9.tar.gz glibc-60d73a7ac4e0116ef2e458d705aeee14aff7aed9.tar.bz2 |
Update.
* sysdeps/unix/clock_nanosleep.c (clock_nanosleep): nanosleep
takes care of enabling cancellation.
* sysdeps/pthread/aio_suspend.c (aio_suspend): Make aio_suspend
cancelable. It's not correct to disable cancellation. Instead of
a cleanup handler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-06-17 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): nanosleep + takes care of enabling cancellation. + + * sysdeps/pthread/aio_suspend.c (aio_suspend): Make aio_suspend + cancelable. It's not correct to disable cancellation. Instead of + a cleanup handler. + * sysdeps/unix/sysv/linux/sigtimedwait.c: If SIGCANCEL is defined and part of the incoming set, create a temporary set without this signal. |