Commit 435bba3a by Jeff Law

typo in last delta.

From-SVN: r16956
parent d07daca1
......@@ -247,7 +247,7 @@ static const char **sys_siglist;
static int sys_nsig = NSIG;
#else
#ifdef _NSIG
static int sys_nsig = NSIG;
static int sys_nsig = _NSIG;
#endif
#endif
extern const char * const sys_siglist[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment