]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - siglist.h
bash-5.1 distribution sources and documentation
[thirdparty/bash.git] / siglist.h
index 4cb65308f62ca684810db0dd07f0739fb665f533..321c20c461ecfb54e64b29c30a4f874bfb4855c8 100644 (file)
--- a/siglist.h
+++ b/siglist.h
@@ -1,6 +1,6 @@
 /* siglist.h -- encapsulate various definitions for sys_siglist */
 
-/* Copyright (C) 1993, 2001, 2005, 2008,2009 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 2001, 2005, 2008-2020 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -38,7 +38,7 @@ extern char *sys_siglist[];
 #endif /* !strsignal && !HAVE_STRSIGNAL */
 
 #if !defined (strsignal) && !HAVE_DECL_STRSIGNAL
-extern char *strsignal __P((int));
+extern char *strsignal PARAMS((int));
 #endif
 
 #endif /* _SIGLIST_H */