author | Rich Felker <dalias@aerifal.cx> | 2017年03月21日 12:13:59 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017年03月21日 12:19:47 -0400 |
commit | e6917eced2cc841fe3dfd9c04deec9202f9e34f3 (patch) | |
tree | b4821f8a8a3655a421bc4b066053b2858a181537 /src | |
parent | e4fc9ad780e36c84e1ed6b0fc01b3c53ae65ff9d (diff) | |
download | musl-e6917eced2cc841fe3dfd9c04deec9202f9e34f3.tar.gz |
-rw-r--r-- | src/internal/locale_impl.h | 2 |
diff --git a/src/internal/locale_impl.h b/src/internal/locale_impl.h index f5e4d9b4..d5a3cc94 100644 --- a/src/internal/locale_impl.h +++ b/src/internal/locale_impl.h @@ -6,7 +6,7 @@ #include "libc.h" #include "pthread_impl.h" -#define LOCALE_NAME_MAX 15 +#define LOCALE_NAME_MAX 23 struct __locale_map { const void *map; |