NSIG --> _NSIG
This commit is contained in:
parent
bb17a417dc
commit
529cb1a5e2
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
|
||||||
|
#ifndef NSIG
|
||||||
|
#define NSIG _NSIG
|
||||||
|
#endif
|
||||||
|
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
|
||||||
/* Trap handling */
|
/* Trap handling */
|
||||||
|
|
Loading…
Reference in a new issue