summaryrefslogtreecommitdiff
path: root/libc/misc/wctype
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/wctype')
-rw-r--r--libc/misc/wctype/Makefile.in2
-rw-r--r--libc/misc/wctype/_wctype.c (renamed from libc/misc/wctype/wctype.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/wctype/Makefile.in b/libc/misc/wctype/Makefile.in
index dc008ec7d..556b98856 100644
--- a/libc/misc/wctype/Makefile.in
+++ b/libc/misc/wctype/Makefile.in
@@ -6,7 +6,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-MSRC:=wctype.c
+MSRC:=_wctype.c
MOBJ:= iswalnum.o iswalpha.o iswcntrl.o iswdigit.o iswgraph.o \
iswlower.o iswprint.o iswpunct.o iswspace.o iswupper.o \
iswxdigit.o iswblank.o wctrans.o towctrans.o \
diff --git a/libc/misc/wctype/wctype.c b/libc/misc/wctype/_wctype.c
index a7d111039..a7d111039 100644
--- a/libc/misc/wctype/wctype.c
+++ b/libc/misc/wctype/_wctype.c