about summary refs log tree commit diff
path: root/include/langinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/langinfo.h')
-rw-r--r--include/langinfo.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/langinfo.h b/include/langinfo.h
deleted file mode 100644
index d60d7f6382..0000000000
--- a/include/langinfo.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _LANGINFO_H
-
-#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