summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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[];