OSDN Git Service

nios/nios2 support by Wentao Xu <wentao@microtronix.com>
[uclinux-h8/elf2flt.git] / stubs.c
1 #ifndef HAVE_DCGETTEXT
2 const char *dcgettext (const char *domain, const char *msg, int category)
3 {
4   return msg;
5 }
6 #endif /* !HAVE_DCGETTEXT */