implement locale file loading and state for remaining locale categories
[musl] / src / internal / libc.h
index 037d16b..2eef98e 100644 (file)
@@ -5,9 +5,12 @@
 #include <stdio.h>
 #include <limits.h>
 
+struct __locale_map;
+
 struct __locale_struct {
        int ctype_utf8;
        char *messages_name;
+       struct __locale_map *cat[4];
 };
 
 struct __libc {