diff options
Diffstat (limited to 'src/locale/strcoll_l.c')
-rw-r--r-- | src/locale/strcoll_l.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/locale/strcoll_l.c b/src/locale/strcoll_l.c deleted file mode 100644 index 7948b0d1..00000000 --- a/src/locale/strcoll_l.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <string.h> -#include <locale.h> - -int strcoll_l(const char *l, const char *r, locale_t loc) -{ - return strcoll(l, r); -} |