OSDN Git Service

Some arches (like the Blackfin architecture) have an ABI where all symbols
[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 */
7
8 #ifndef HAVE_LIBINTL_DGETTEXT
9 const char *libintl_dgettext (const char *domain, const char *msg)
10 {
11   return msg;
12 }
13 #endif /* !HAVE_LIBINTL_DGETTEXT */