X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Flocale_impl.h;h=d5a3cc94fcdc035e9ef6ef07111950221ffbd120;hb=dc2f368e565c37728b0d620380b849c3a1ddd78f;hp=f15e1565a9d1f4399a03e451a1c57814934db82f;hpb=16bf466532d7328e971012b0731ad493b017ad29;p=musl diff --git a/src/internal/locale_impl.h b/src/internal/locale_impl.h index f15e1565..d5a3cc94 100644 --- a/src/internal/locale_impl.h +++ b/src/internal/locale_impl.h @@ -1,9 +1,12 @@ +#ifndef _LOCALE_IMPL_H +#define _LOCALE_IMPL_H + #include #include #include "libc.h" #include "pthread_impl.h" -#define LOCALE_NAME_MAX 15 +#define LOCALE_NAME_MAX 23 struct __locale_map { const void *map; @@ -33,3 +36,5 @@ const char *__lctrans_cur(const char *); #undef MB_CUR_MAX #define MB_CUR_MAX (CURRENT_UTF8 ? 4 : 1) + +#endif