From a86928f70cd8120f99856c5f1b0051dac621c5b5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 11 Feb 1994 02:52:17 +0000 Subject: (sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED. --- src/process.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/process.c') diff --git a/src/process.c b/src/process.c index 99412ccc088..6512da71df3 100644 --- a/src/process.c +++ b/src/process.c @@ -131,6 +131,7 @@ extern char *strerror (); extern char *sys_errlist[]; #endif +#ifndef SYS_SIGLIST_DECLARED #ifndef VMS #ifndef BSD4_1 #ifndef LINUX @@ -168,6 +169,7 @@ char *sys_siglist[] = }; #endif #endif /* VMS */ +#endif /* ! SYS_SIGLIST_DECLARED */ /* t means use pty, nil means use a pipe, maybe other values to come. */ -- cgit v1.2.1