diff options
Diffstat (limited to 'src/locale/strcoll.c')
-rw-r--r-- | src/locale/strcoll.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale/strcoll.c b/src/locale/strcoll.c index dd3cbc48..7c6eb242 100644 --- a/src/locale/strcoll.c +++ b/src/locale/strcoll.c @@ -13,3 +13,11 @@ int strcoll(const char *l, const char *r) } weak_alias(__strcoll_l, strcoll_l); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |