summaryrefslogtreecommitdiffstats
path: root/include/signal.h
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-12-13 13:32:56 +0000
committered <ed@FreeBSD.org>2011-12-13 13:32:56 +0000
commit0bcfe62162c6317108fed5c0aabb5ce3d4a9a2aa (patch)
treeff467d16b69860d02d290f3c005240ea4a39828c /include/signal.h
parentb87df3a8d39d015de9da414c9d47a28b51a5e163 (diff)
downloadFreeBSD-src-0bcfe62162c6317108fed5c0aabb5ce3d4a9a2aa.zip
FreeBSD-src-0bcfe62162c6317108fed5c0aabb5ce3d4a9a2aa.tar.gz
Replace __const by const in all non-contributed source code.
As C1X is close to being released, there is no need to wrap around a feature that is already part of C90. Most of these files already use `const' in different placed as well.
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 32b9e6b..e7447df 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
OpenPOWER on IntegriCloud