diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 07:36:40 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 07:36:40 +0000 |
commit | caed8420ef5be27f4b6e2b07a39e21642e6d1ceb (patch) | |
tree | 965f11d1f2103eeda2d09448bbbcbc1848a37855 /libc | |
parent | 5ba9a00a29564ec74925f9acbba7753b004facf0 (diff) |
More renames for IMA
Diffstat (limited to 'libc')
-rw-r--r-- | libc/misc/wctype/Makefile.in | 2 | ||||
-rw-r--r-- | libc/misc/wctype/_wctype.c (renamed from libc/misc/wctype/wctype.c) | 0 | ||||
-rw-r--r-- | libc/stdio/Makefile.in | 4 | ||||
-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 |