summaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/include
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-31 00:24:00 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-31 00:24:00 +0000
commit97a6204d5ab792dc665fc6921ac1e6847efb2019 (patch)
treeb39d4d88964c7ab6129146d8a1d8438419cccbd7 /toolchain/eglibc/include
parentb00403b9a6e05f97ed1ff79671e406b84eb3a750 (diff)
eglibc: add a fake libintl.h for cross-rpcgen and cross-zic to fix build on mac os x
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34026 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/include')
-rw-r--r--toolchain/eglibc/include/libintl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/eglibc/include/libintl.h b/toolchain/eglibc/include/libintl.h
new file mode 100644
index 000000000..69cb887a2
--- /dev/null
+++ b/toolchain/eglibc/include/libintl.h
@@ -0,0 +1,6 @@
+#ifndef __FAKE_LIBINTL_H
+#define __FAKE_LIBINTL_H
+
+#define _(X) (X)
+
+#endif