mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-28 15:57:48 +00:00
[! __STDC__]: Don't use prototype for strsignal decl.
This commit is contained in:
parent
f6d5cdba19
commit
b91d62feb3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ int sig_number ();
|
|||
void psignal ();
|
||||
#endif
|
||||
#ifndef HAVE_STRSIGNAL
|
||||
char *strsignal (int signal);
|
||||
char *strsignal ();
|
||||
#endif
|
||||
#if !defined (HAVE_SYS_SIGLIST)
|
||||
extern char *sys_siglist[];
|
||||
|
|
Loading…
Reference in a new issue