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