source: trunk/libs/newlib/src/newlib/libc/sys/linux/libintl.h @ 577

Last change on this file since 577 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 154 bytes
Line 
1/* temporary internal libintl.h to ignore message translation for now */
2
3#ifndef _LIBINTL_H
4#define _LIBINTL_H      1
5
6#undef _
7#define _(x) (x)
8
9#endif
Note: See TracBrowser for help on using the repository browser.