Imported from ../bash-2.05a.tar.gz.
[platform/upstream/bash.git] / siglist.h
index da20b1d..d185691 100644 (file)
--- a/siglist.h
+++ b/siglist.h
@@ -37,4 +37,8 @@ extern char *sys_siglist[];
 #  define strsignal(sig) (char *)sys_siglist[sig]
 #endif /* !strsignal && !HAVE_STRSIGNAL */
 
+#if !defined (strsignal) && !HAVE_DECL_STRSIGNAL
+extern char *strsignal __P((int));
+#endif
+
 #endif /* _SIGLIST_H */