Define NSIG
This commit is contained in:
parent
4d82a1b67e
commit
825941de76
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
#else
|
#else
|
||||||
#define _NSIG 16 /* number of signals used */
|
#define _NSIG 16 /* number of signals used */
|
||||||
#endif
|
#endif
|
||||||
|
#define NSIG _NSIG
|
||||||
|
|
||||||
#define SIGHUP 1 /* hangup */
|
#define SIGHUP 1 /* hangup */
|
||||||
#define SIGINT 2 /* interrupt (DEL) */
|
#define SIGINT 2 /* interrupt (DEL) */
|
||||||
|
|
Loading…
Add table
Reference in a new issue