summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/locale/wctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/wctype.c b/lib/libc/locale/wctype.c
index f9aa8dd..f94a735 100644
--- a/lib/libc/locale/wctype.c
+++ b/lib/libc/locale/wctype.c
@@ -42,7 +42,7 @@ iswctype(wint_t wc, wctype_t charclass)
wctype_t
wctype(const char *property)
{
- struct {
+ static const struct {
const char *name;
wctype_t mask;
} props[] = {
OpenPOWER on IntegriCloud