diff options
Diffstat (limited to 'include/langinfo.h')
-rw-r--r-- | include/langinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/langinfo.h b/include/langinfo.h index 12f008046..f289a66c0 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -603,6 +603,7 @@ enum it is usually in read-only memory and cannot be modified. */ extern char *nl_langinfo (nl_item __item) __THROW; +libc_hidden_proto(nl_langinfo) #ifdef __UCLIBC_HAS_XLOCALE__ @@ -615,6 +616,7 @@ extern char *nl_langinfo (nl_item __item) __THROW; /* Just like nl_langinfo but get the information from the locale object L. */ extern char *nl_langinfo_l (nl_item __item, __locale_t l); +libc_hidden_proto(nl_langinfo_l) #endif #endif |