Browse Source

More renames for IMA

Peter S. Mazinger 19 years ago
parent
commit
caed8420ef

+ 1 - 1
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 \

+ 0 - 0
libc/misc/wctype/wctype.c → libc/misc/wctype/_wctype.c


+ 2 - 2
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

+ 0 - 0
libc/stdio/scanf.c → libc/stdio/_scanf.c


+ 0 - 0
libc/stdio/vfprintf.c → libc/stdio/_vfprintf.c