summaryrefslogtreecommitdiff
path: root/libc/misc/wctype
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-13 07:36:40 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-13 07:36:40 +0000
commitcaed8420ef5be27f4b6e2b07a39e21642e6d1ceb (patch)
tree965f11d1f2103eeda2d09448bbbcbc1848a37855 /libc/misc/wctype
parent5ba9a00a29564ec74925f9acbba7753b004facf0 (diff)
More renames for IMA
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