summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/misc/wctype/Makefile.in2
-rw-r--r--libc/misc/wctype/_wctype.c (renamed from libc/misc/wctype/wctype.c)0
-rw-r--r--libc/stdio/Makefile.in4
-rw-r--r--libc/stdio/_scanf.c (renamed from libc/stdio/scanf.c)0
-rw-r--r--libc/stdio/_vfprintf.c (renamed from libc/stdio/vfprintf.c)0
5 files changed, 3 insertions, 3 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
diff --git a/libc/stdio/Makefile.in b/libc/stdio/Makefile.in
index 3a6f739b4..3e0d7aeac 100644
--- a/libc/stdio/Makefile.in
+++ b/libc/stdio/Makefile.in
@@ -55,7 +55,7 @@ CUSRC := \
# putc_unlocked -> alias for fputc_unlocked
# vfprintf and support functions
-MSRC1 := vfprintf.c
+MSRC1 := _vfprintf.c
ifneq ($(USE_OLD_VFPRINTF),y)
MOBJ1 := \
vfprintf.o \
@@ -67,7 +67,7 @@ CSRC += old_vfprintf.c
endif
# vfscanf and support functions plus other *scanf funcs
-MSRC2 := scanf.c
+MSRC2 := _scanf.c
MOBJ2 := \
vfscanf.o __scan_cookie.o __psfs_parse_spec.o __psfs_do_numeric.o \
scanf.o sscanf.o fscanf.o vscanf.o vsscanf.o
diff --git a/libc/stdio/scanf.c b/libc/stdio/_scanf.c
index df78e7ad3..df78e7ad3 100644
--- a/libc/stdio/scanf.c
+++ b/libc/stdio/_scanf.c
diff --git a/libc/stdio/vfprintf.c b/libc/stdio/_vfprintf.c
index a32960f2e..a32960f2e 100644
--- a/libc/stdio/vfprintf.c
+++ b/libc/stdio/_vfprintf.c