diff options
Diffstat (limited to 'src/locale/newlocale.c')
-rw-r--r-- | src/locale/newlocale.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale/newlocale.c b/src/locale/newlocale.c index 9ac3cd38..8d165bcc 100644 --- a/src/locale/newlocale.c +++ b/src/locale/newlocale.c @@ -68,3 +68,11 @@ locale_t __newlocale(int mask, const char *name, locale_t loc) } weak_alias(__newlocale, newlocale); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |