diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 07:47:26 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 07:47:26 +0000 |
commit | d28e3a861f97b138a542a335b3f7603bf1794d70 (patch) | |
tree | 75a9f6fd7b3526194357ce7b54e2ecf2f1c1d4fe /libc | |
parent | 81659b1df185f8e269319fe903042b0a6bd11372 (diff) |
More renames for IMA
Diffstat (limited to 'libc')
-rw-r--r-- | libc/stdlib/Makefile.in | 4 | ||||
-rw-r--r-- | libc/stdlib/_atexit.c (renamed from libc/stdlib/atexit.c) | 0 | ||||
-rw-r--r-- | libc/stdlib/_strtod.c (renamed from libc/stdlib/strtod.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdlib/Makefile.in b/libc/stdlib/Makefile.in index d8983389d..e6573cfad 100644 --- a/libc/stdlib/Makefile.in +++ b/libc/stdlib/Makefile.in @@ -20,7 +20,7 @@ MOBJ1x:=strtol_l.o strtoul_l.o _stdlib_strto_l_l.o \ strtoll_l.o strtoull_l.o _stdlib_strto_ll_l.o endif -MSRC2:=strtod.c +MSRC2:=_strtod.c MOBJ2:= MOBJ2x:= @@ -50,7 +50,7 @@ endif # (aliases) wcstoq.o wcstouq.o # wcstod wcstof wcstold -MSRC3:=atexit.c +MSRC3:=_atexit.c MOBJ3:=on_exit.o __cxa_atexit.o __cxa_finalize.o __exit_handler.o exit.o ifeq ($(COMPAT_ATEXIT),y) MOBJ3+=old_atexit.o diff --git a/libc/stdlib/atexit.c b/libc/stdlib/_atexit.c index 959d08edb..959d08edb 100644 --- a/libc/stdlib/atexit.c +++ b/libc/stdlib/_atexit.c diff --git a/libc/stdlib/strtod.c b/libc/stdlib/_strtod.c index c4447d9ea..c4447d9ea 100644 --- a/libc/stdlib/strtod.c +++ b/libc/stdlib/_strtod.c |