aboutsummaryrefslogtreecommitdiff
path: root/include/signal.h
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-12-13 13:32:56 +0000
committerEd Schouten <ed@FreeBSD.org>2011-12-13 13:32:56 +0000
commitf6ab8089c6f3c01370add0f7e9a940b8bfbc8ee5 (patch)
treeff467d16b69860d02d290f3c005240ea4a39828c /include/signal.h
parent1c6eeddad9c719854ab7a078ab24bbdf6a7ffed3 (diff)
downloadsrc-f6ab8089c6f3c01370add0f7e9a940b8bfbc8ee5.tar.gz
src-f6ab8089c6f3c01370add0f7e9a940b8bfbc8ee5.zip
Notes
Diffstat (limited to 'include/signal.h')
-rw-r--r--include/signal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/signal.h b/include/signal.h
index 32b9e6b4ad71..e7447dfd053d 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -42,9 +42,9 @@
* XXX should enlarge these, if only to give empty names instead of bounds
* errors for large signal numbers.
*/
-extern __const char *__const sys_signame[NSIG];
-extern __const char *__const sys_siglist[NSIG];
-extern __const int sys_nsig;
+extern const char * const sys_signame[NSIG];
+extern const char * const sys_siglist[NSIG];
+extern const int sys_nsig;
#endif
#if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE