]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_sys_siglist, sys_siglist): Use _NSIG, not NSIG in declaration.
authorUlrich Drepper <drepper@redhat.com>
Tue, 20 May 1997 23:58:24 +0000 (23:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 20 May 1997 23:58:24 +0000 (23:58 +0000)
signal/signal.h

index df54e7940d4ce054861b167f94701319dd29d016..995567eed858b207ce0e51611d1be682b8c382d9 100644 (file)
@@ -233,8 +233,8 @@ extern int sigwait __P ((__const sigset_t *__set, int *__sig));
 
 /* Names of the signals.  This variable exists only for compatibility.
    Use `strsignal' instead (see <string.h>).  */
-extern __const char *__const _sys_siglist[NSIG];
-extern __const char *__const sys_siglist[NSIG];
+extern __const char *__const _sys_siglist[_NSIG];
+extern __const char *__const sys_siglist[_NSIG];
 
 /* Structure passed to `sigvec'.  */
 struct sigvec