support cputime clocks for processes/threads other than self
[oweals/musl.git] / src / ctype / wcwidth.c
index 98f128e9e01abaf1be5aa8d054ed9debf7cb3bdd..49c40eea8cabfc6f1a0a30aafda9625e85b82611 100644 (file)
@@ -1,10 +1,10 @@
 #include <wchar.h>
 
-static unsigned char table[] = {
+static const unsigned char table[] = {
 #include "nonspacing.h"
 };
 
-static unsigned char wtable[] = {
+static const unsigned char wtable[] = {
 #include "wide.h"
 };