remove non-working pre-armv4t support from arm asm
[musl] / src / internal / libc.h
index 212f0e8..98c7535 100644 (file)
@@ -8,9 +8,7 @@
 struct __locale_map;
 
 struct __locale_struct {
-       volatile int ctype_utf8;
-       char *messages_name;
-       struct __locale_map *volatile cat[4];
+       const struct __locale_map *volatile cat[6];
 };
 
 struct __libc {
@@ -19,8 +17,6 @@ struct __libc {
        int secure;
        volatile int threads_minus_1;
        size_t *auxv;
-       FILE *ofl_head;
-       volatile int ofl_lock[2];
        size_t tls_size;
        size_t page_size;
        struct __locale_struct global_locale;