summaryrefslogtreecommitdiff
path: root/05/musl-0.6.0/src/internal/locale_impl.h
diff options
context:
space:
mode:
Diffstat (limited to '05/musl-0.6.0/src/internal/locale_impl.h')
-rw-r--r--05/musl-0.6.0/src/internal/locale_impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/05/musl-0.6.0/src/internal/locale_impl.h b/05/musl-0.6.0/src/internal/locale_impl.h
new file mode 100644
index 0000000..c268124
--- /dev/null
+++ b/05/musl-0.6.0/src/internal/locale_impl.h
@@ -0,0 +1,5 @@
+#include <locale.h>
+
+struct __locale {
+ int dummy;
+};