mirror of
https://github.com/mirror/make.git
synced 2025-01-30 14:20:14 +08:00
*** empty log message ***
This commit is contained in:
parent
2012e2877c
commit
0ef3708713
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user