summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-02-23 23:42:12 +0000
committerRoland McGrath <roland@redhat.com>1995-02-23 23:42:12 +0000
commitb91d62feb37d188196e6c99c0518356b1edcbfa1 (patch)
tree64b6a6a7ad4aa930422e716b54dacb2c53c365dc
parentf6d5cdba19b36050a007d6a4a0a03e79db470eb3 (diff)
downloadgunmake-b91d62feb37d188196e6c99c0518356b1edcbfa1.tar.gz
[! __STDC__]: Don't use prototype for strsignal decl.
-rw-r--r--signame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/signame.h b/signame.h
index 3ff6d9a..18b83cb 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[];