kumquat-buildroot/package/elf2flt/src/stubs.c
Thomas Petazzoni e21db00026 elf2flt: convert to the package infrastructure
[Peter: Correct legacy position]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-07-03 22:09:12 +02:00

7 lines
144 B
C

#ifndef HAVE_DCGETTEXT
const char *dcgettext (const char *domain, const char *msg, int category)
{
return msg;
}
#endif /* !HAVE_DCGETTEXT */