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