mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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.
This commit is contained in:
2
nptl/sysdeps/unix/sysv/linux/sigwait.c
Normal file
2
nptl/sysdeps/unix/sysv/linux/sigwait.c
Normal file
@ -0,0 +1,2 @@
|
||||
#include <nptl/pthreadP.h>
|
||||
#include "../../../../../sysdeps/unix/sysv/linux/sigwait.c"
|
Reference in New Issue
Block a user