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

/** error setting signal handler **/

/***
is a sentinal value returned by FUNCTION(signal) to indicate that an error
occurred.
***/

/*
STDC(1)
*/