From: Roland McGrath Date: Thu, 23 Feb 1995 23:42:12 +0000 (+0000) Subject: [! __STDC__]: Don't use prototype for strsignal decl. X-Git-Tag: 3.72.9~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91d62feb37d188196e6c99c0518356b1edcbfa1;p=thirdparty%2Fmake.git [! __STDC__]: Don't use prototype for strsignal decl. --- diff --git a/signame.h b/signame.h index 3ff6d9a3..18b83cbb 100644 --- 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[];