Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 17 Jun 2003 22:11:22 +0000 (22:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 17 Jun 2003 22:11:22 +0000 (22:11 +0000)
commit60d73a7ac4e0116ef2e458d705aeee14aff7aed9
tree6a54617cdad5490be019cc1ad288f9d7e7e3091a
parentaa3cee213a291e2fd7298579059706622dd16793
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.
ChangeLog
nptl/Makefile
nptl/sysdeps/unix/sysv/linux/sigtimedwait.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sigwait.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c [new file with mode: 0644]
nptl/tst-cancel17.c [new file with mode: 0644]
nptl/tst-cancelx17.c [new file with mode: 0644]
sysdeps/pthread/aio_suspend.c
sysdeps/unix/clock_nanosleep.c