]> git.ipfire.org Git - thirdparty/make.git/commitdiff
*** empty log message ***
authorRoland McGrath <roland@redhat.com>
Wed, 25 Aug 1993 21:46:19 +0000 (21:46 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 25 Aug 1993 21:46:19 +0000 (21:46 +0000)
signame.c

index 72435c62a3c47c285f9c18b3541a6e5b23ed2b8f..4f97420a41dbf4da584874d120142a227d7efa99 100644 (file)
--- a/signame.c
+++ b/signame.c
@@ -45,7 +45,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 static const char undoc[] = "unknown signal";
 
 const char *sys_siglist[NSIG];
-#endif /* !HAVE_SYS_SIGLIST */
+
+#else  /* HAVE_SYS_SIGLIST.  */
+
+#ifndef SYS_SIGLIST_DECLARED
+extern char *sys_siglist[];
+#endif /* Not SYS_SIGLIST_DECLARED.  */
+
+#endif /* Not HAVE_SYS_SIGLIST.  */
 
 /* Table of abbreviations for signals.  Note:  A given number can
    appear more than once with different abbreviations.  */