1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* 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.
This commit is contained in:
Ulrich Drepper
2003-06-17 22:11:22 +00:00
parent aa3cee213a
commit 60d73a7ac4
9 changed files with 282 additions and 20 deletions

View File

@ -0,0 +1,2 @@
#include <nptl/pthreadP.h>
#include "../../../../../sysdeps/unix/sysv/linux/sigwait.c"