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
/
sigignore.c
blob: 9c5c62aef34e9817d79f75a4c05e37830a4d614f (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <signal.h> int sigignore(int sig) { return 0; } /* XOPEN(400) */