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

/** default signal action **/

/***
is used as the ARGUMENT(func) argument to FUNCTION(signal) to indicate that
the default signal action should occur.
***/

/*
STDC(1)
*/