Browse Source

More renames for IMA

Peter S. Mazinger 18 years ago
parent
commit
d28e3a861f
3 changed files with 2 additions and 2 deletions
  1. 2 2
      libc/stdlib/Makefile.in
  2. 0 0
      libc/stdlib/_atexit.c
  3. 0 0
      libc/stdlib/_strtod.c

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

+ 0 - 0
libc/stdlib/atexit.c → libc/stdlib/_atexit.c


+ 0 - 0
libc/stdlib/strtod.c → libc/stdlib/_strtod.c