1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 19:56:23 +03:00
openwrt-xburst/toolchain/eglibc/include/libintl.h
nbd 97a6204d5a 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
2012-10-31 00:24:00 +00:00

7 lines
76 B
C

#ifndef __FAKE_LIBINTL_H
#define __FAKE_LIBINTL_H
#define _(X) (X)
#endif