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/tst-cancelx17.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 nptl/tst-cancelx17.c (limited to 'nptl/tst-cancelx17.c') diff --git a/nptl/tst-cancelx17.c b/nptl/tst-cancelx17.c new file mode 100644 index 0000000000..c6c833b60c --- /dev/null +++ b/nptl/tst-cancelx17.c @@ -0,0 +1 @@ +#include "tst-cancel17.c" -- cgit 1.4.1