mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
[BZ #3291]
2006-10-02 Jakub Jelinek <jakub@redhat.com> [BZ #3291] * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include errno.h, signal.h, unistd.h and sysdep-cancel.h. (__sigprocmask): Define.
This commit is contained in:
@ -1 +1,9 @@
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <sysdep-cancel.h>
|
||||
|
||||
#define __sigprocmask(how, set, oset) \
|
||||
INLINE_SYSCALL (rt_sigprocmask, 4, how, set, oset, _NSIG / 8)
|
||||
|
||||
#include <sysdeps/posix/pause.c>
|
||||
|
Reference in New Issue
Block a user