2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / sparc / sparc64 / pause.c
blobe399e7c7eb1e7acfadbf3678e14d2eb1412cf3a9
1 #include <errno.h>
2 #include <signal.h>
3 #include <unistd.h>
4 #include <sysdep-cancel.h>
6 #define __sigprocmask(how, set, oset) \
7 INLINE_SYSCALL (rt_sigprocmask, 4, how, set, oset, _NSIG / 8)
9 #include <sysdeps/posix/pause.c>