]> 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 82ff070c895b8dcfaea25f3866f52e9937d1b327..d60d7f638292a692e1969528ebe57fda388dcbce 100644 (file)
@@ -2,6 +2,11 @@
 
 #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