diff options
Diffstat (limited to 'src/internal/libc.h')
| -rw-r--r-- | src/internal/libc.h | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/src/internal/libc.h b/src/internal/libc.h index 212f0e8b..6810cd8b 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -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 { | 
