index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
signal
/
sigpause.c
blob: 43ad74894c09f3869ff1d8d2f2502c29f0ee1531 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <signal.h> int sigpause(int sig) { return 0; } /* XOPEN(400) */