]> git.ipfire.org Git - thirdparty/make.git/commitdiff
[! __STDC__]: Don't use prototype for strsignal decl.
authorRoland McGrath <roland@redhat.com>
Thu, 23 Feb 1995 23:42:12 +0000 (23:42 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 23 Feb 1995 23:42:12 +0000 (23:42 +0000)
signame.h

index 3ff6d9a3037f7e11def3146d25323a4519961219..18b83cbb890fe0f03c97207f02f392ccf8931fb7 100644 (file)
--- a/signame.h
+++ b/signame.h
@@ -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[];