From 60d73a7ac4e0116ef2e458d705aeee14aff7aed9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 17 Jun 2003 22:11:22 +0000 Subject: 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. --- nptl/sysdeps/unix/sysv/linux/sigtimedwait.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nptl/sysdeps/unix/sysv/linux/sigtimedwait.c (limited to 'nptl/sysdeps/unix/sysv/linux/sigtimedwait.c') diff --git a/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c b/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c new file mode 100644 index 0000000000..8560e8b40a --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c @@ -0,0 +1,2 @@ +#include +#include "../../../../../sysdeps/unix/sysv/linux/sigtimedwait.c" -- cgit v1.2.3-70-g09d2