summaryrefslogtreecommitdiffstats
path: root/lib/ctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ctype.c')
-rw-r--r--lib/ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ctype.c b/lib/ctype.c
index 6ed0468a21..dffe563724 100644
--- a/lib/ctype.c
+++ b/lib/ctype.c
@@ -29,7 +29,7 @@
#include <linux/ctype.h>
-unsigned char _ctype[] = {
+const unsigned char _ctype[] = {
_C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */
_C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
_C,_C,_C,_C,_C,_C,_C,_C, /* 16-23 */
OpenPOWER on IntegriCloud