diff options
author | Roland McGrath <roland@redhat.com> | 1995-02-23 23:42:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-02-23 23:42:12 +0000 |
commit | b91d62feb37d188196e6c99c0518356b1edcbfa1 (patch) | |
tree | 64b6a6a7ad4aa930422e716b54dacb2c53c365dc | |
parent | f6d5cdba19b36050a007d6a4a0a03e79db470eb3 (diff) | |
download | gunmake-b91d62feb37d188196e6c99c0518356b1edcbfa1.tar.gz |
[! __STDC__]: Don't use prototype for strsignal decl.
-rw-r--r-- | signame.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[]; |