aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/include/libintl.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/glibc/include/libintl.h')
-rw-r--r--toolchain/glibc/include/libintl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/glibc/include/libintl.h b/toolchain/glibc/include/libintl.h
new file mode 100644
index 0000000..69cb887
--- /dev/null
+++ b/toolchain/glibc/include/libintl.h
@@ -0,0 +1,6 @@
+#ifndef __FAKE_LIBINTL_H
+#define __FAKE_LIBINTL_H
+
+#define _(X) (X)
+
+#endif