Commit 435bba3a by Jeff Law

typo in last delta.

From-SVN: r16956
parent d07daca1
...@@ -247,7 +247,7 @@ static const char **sys_siglist; ...@@ -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[];
......
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