summaryrefslogtreecommitdiff
path: root/src/signal/SIG_IGN.c
blob: ad229f0d311c25a65aa42d2eab448d359fc6c3a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define SIG_IGN                                               ((void(*)(int))-3)

/** ignore signal **/

/***
can be used as the ARGUMENT(func) argument in a call to FUNCTION(signal) to
ignore the specified signal.
***/

/*
STDC(1)
*/