summaryrefslogtreecommitdiff
path: root/siglist.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2020-12-06 15:51:17 -0500
committerChet Ramey <chet.ramey@case.edu>2020-12-06 15:51:17 -0500
commit8868edaf2250e09c4e9a1c75ffe3274f28f38581 (patch)
treed9a7812ab6cd2f45c5021755c4c094b19dab1b51 /siglist.h
parent36f2c406ff27995392a9247dfa90672fdaf7dc43 (diff)
downloadbash-8868edaf2250e09c4e9a1c75ffe3274f28f38581.tar.gz
bash-5.1 distribution sources and documentationbash-5.1
Diffstat (limited to 'siglist.h')
-rw-r--r--siglist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/siglist.h b/siglist.h
index 4cb65308..321c20c4 100644
--- 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 */