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
/
sigset_t.c
blob: 864f33654af1515e2c02f432578f3cdb73b047bf (
plain
)
1
2
3
4
5
6
#include <signal.h> typedef unsigned int sigset_t; /* POSIX(1) */