summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys/_locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/sys/_locale.h')
-rw-r--r--newlib/libc/include/sys/_locale.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/_locale.h b/newlib/libc/include/sys/_locale.h
new file mode 100644
index 000000000..ce6f9955c
--- /dev/null
+++ b/newlib/libc/include/sys/_locale.h
@@ -0,0 +1,12 @@
+/* Definition of opaque POSIX-1.2008 type locale_t for userspace. */
+
+#ifndef _SYS__LOCALE_H
+#define _SYS__LOCALE_H
+
+#include <newlib.h>
+#include <sys/config.h>
+
+struct __locale_t;
+typedef struct __locale_t *locale_t;
+
+#endif /* _SYS__LOCALE_H */