summaryrefslogtreecommitdiff
path: root/src/locale/wctype_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/wctype_l.c')
-rw-r--r--src/locale/wctype_l.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/locale/wctype_l.c b/src/locale/wctype_l.c
deleted file mode 100644
index 601bab37..00000000
--- a/src/locale/wctype_l.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <wctype.h>
-#include "libc.h"
-
-wctype_t wctype_l(const char *s, locale_t l)
-{
- return wctype(s);
-}
-
-weak_alias(wctype_l, __wctype_l);