From 0ef3708713d8390b78a0cd2d3aac6b8506a04f7c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 25 Aug 1993 21:46:19 +0000 Subject: *** empty log message *** --- signame.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'signame.c') diff --git a/signame.c b/signame.c index 72435c6..4f97420 100644 --- 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. */ -- cgit v1.2.3