]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/langinfo.h
Correct range checking in mallopt/mxfast/tcache [BZ #25194]
[thirdparty/glibc.git] / include / langinfo.h
index 8f2cb8140c0a78a2e7286baf81882d83244dff79..d60d7f638292a692e1969528ebe57fda388dcbce 100644 (file)
@@ -1,7 +1,12 @@
 #ifndef _LANGINFO_H
-# include <locale/langinfo.h>
 
-/* Internal prototypes.  */
-extern char *__nl_langinfo_l (nl_item __item, __locale_t l);
+#include <locale/langinfo.h>
+
+#ifndef _ISOMAC
+libc_hidden_proto (nl_langinfo)
+
+extern __typeof (nl_langinfo_l) __nl_langinfo_l;
+libc_hidden_proto (__nl_langinfo_l)
+#endif
 
 #endif