mirror of git://gcc.gnu.org/git/gcc.git
parent
d07daca1e5
commit
435bba3a39
|
@ -247,7 +247,7 @@ static const char **sys_siglist;
|
||||||
static int sys_nsig = NSIG;
|
static int sys_nsig = NSIG;
|
||||||
#else
|
#else
|
||||||
#ifdef _NSIG
|
#ifdef _NSIG
|
||||||
static int sys_nsig = NSIG;
|
static int sys_nsig = _NSIG;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
extern const char * const sys_siglist[];
|
extern const char * const sys_siglist[];
|
||||||
|
|
Loading…
Reference in New Issue