diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-31 00:24:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-31 00:24:00 +0000 |
commit | 7efe435f49098d2f476c4e807b22f8aecd7514ac (patch) | |
tree | b6e624e99eed009d4519507bbc594b2649839a8e /toolchain/eglibc/include | |
parent | 54f799dd58f916efa8749bb1936ece72d936fd1b (diff) | |
download | upstream-7efe435f49098d2f476c4e807b22f8aecd7514ac.tar.gz upstream-7efe435f49098d2f476c4e807b22f8aecd7514ac.tar.bz2 upstream-7efe435f49098d2f476c4e807b22f8aecd7514ac.zip |
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>
SVN-Revision: 34026
Diffstat (limited to 'toolchain/eglibc/include')
-rw-r--r-- | toolchain/eglibc/include/libintl.h | 6 |
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 0000000000..69cb887a26 --- /dev/null +++ b/toolchain/eglibc/include/libintl.h @@ -0,0 +1,6 @@ +#ifndef __FAKE_LIBINTL_H +#define __FAKE_LIBINTL_H + +#define _(X) (X) + +#endif |