changeset 5891:ffe51baf2728

(sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.
author Roland McGrath <roland@gnu.org>
date Fri, 11 Feb 1994 02:52:17 +0000
parents 3a543d9ccca5
children c9b930106073
files src/process.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Fri Feb 11 02:50:00 1994 +0000
+++ b/src/process.c	Fri Feb 11 02:52:17 1994 +0000
@@ -131,6 +131,7 @@
 extern char *sys_errlist[];
 #endif
 
+#ifndef SYS_SIGLIST_DECLARED
 #ifndef VMS
 #ifndef BSD4_1
 #ifndef LINUX
@@ -168,6 +169,7 @@
     };
 #endif
 #endif /* VMS */
+#endif /* ! SYS_SIGLIST_DECLARED */
 
 /* t means use pty, nil means use a pipe,
    maybe other values to come.  */