[! __STDC__]: Don't use prototype for strsignal decl.

This commit is contained in:
Roland McGrath 1995-02-23 23:42:12 +00:00
parent f6d5cdba19
commit b91d62feb3

View file

@ -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[];