X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Flanginfo.h;h=b9c556952263db772784f1985cf8cb9e2f8e4bfd;hp=4d9e09970d0037d4eff0150ccf347301531e5726;hb=74eea628cf43355ba2b227f0bb3c31697d637761;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/include/langinfo.h b/include/langinfo.h index 4d9e0997..b9c55695 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -6,6 +6,7 @@ extern "C" { #endif #define __NEED_nl_item +#define __NEED_locale_t #include @@ -77,6 +78,7 @@ extern "C" { #define NOSTR 0x50003 char *nl_langinfo(nl_item); +char *nl_langinfo_l(nl_item, locale_t); #ifdef __cplusplus }