diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-12-04 22:55:31 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-12-04 22:55:31 -0700 |
commit | 435bba3a39bd51688b1b6cd15c042a17259d1b8b (patch) | |
tree | 18adf4aabc2bfa460855a3fe77bef26baae5a056 | |
parent | d07daca1e5d1cef8c5249be10ba0ed6809c38330 (diff) | |
download | gcc-435bba3a39bd51688b1b6cd15c042a17259d1b8b.tar.gz |
typo in last delta.
From-SVN: r16956
-rw-r--r-- | libiberty/strsignal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/strsignal.c b/libiberty/strsignal.c index 45b052826df..d517eed0df1 100644 --- a/libiberty/strsignal.c +++ b/libiberty/strsignal.c @@ -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[]; |