summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/libintl.h
blob: 203a2c8522ca8111cc4b349a89c22ee752a986b5 (plain)
1
2
3
4
5
6
7
8
9
/* temporary internal libintl.h to ignore message translation for now */

#ifndef _LIBINTL_H
#define _LIBINTL_H      1

#undef _
#define _(x) (x)

#endif