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
/
sigmask.c
blob: 030e51ab01848ca1c9991a22b72c13d94a2e5737 (
plain
)
1
2
3
4
5
6
7
8
9
#include <signal.h> int sigmask(int signum) { } /* XOPEN(400,500) */