X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Flibc.h;h=2eef98e446566ce0a137363f3d9adb8dc7981ff0;hb=6cb4f91db7a5dc3bca63037ddc5f998a08dc3fb0;hp=037d16b6e2cddc92a5ae86b101c84cffebca23a1;hpb=674e28af2deaa3ef2b71af18f7a18af22467d5ef;p=musl diff --git a/src/internal/libc.h b/src/internal/libc.h index 037d16b6..2eef98e4 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -5,9 +5,12 @@ #include #include +struct __locale_map; + struct __locale_struct { int ctype_utf8; char *messages_name; + struct __locale_map *cat[4]; }; struct __libc {