mirror of
https://github.com/mirror/make.git
synced 2024-12-29 14:30:42 +08:00
[! __STDC__]: Don't use prototype for strsignal decl.
This commit is contained in:
parent
f6d5cdba19
commit
b91d62feb3
@ -56,7 +56,7 @@ int sig_number ();
|
|||||||
void psignal ();
|
void psignal ();
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_STRSIGNAL
|
#ifndef HAVE_STRSIGNAL
|
||||||
char *strsignal (int signal);
|
char *strsignal ();
|
||||||
#endif
|
#endif
|
||||||
#if !defined (HAVE_SYS_SIGLIST)
|
#if !defined (HAVE_SYS_SIGLIST)
|
||||||
extern char *sys_siglist[];
|
extern char *sys_siglist[];
|
||||||
|
Loading…
Reference in New Issue
Block a user