Browse Source

Rename some files, that will conflict w/ IMA

Peter S. Mazinger 19 years ago
parent
commit
875a2e6814

+ 3 - 3
libc/misc/search/Makefile.in

@@ -6,16 +6,16 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-MSRC1:=tsearch.c
+MSRC1:=_tsearch.c
 MOBJ1:=tsearch.o tfind.o tdelete.o twalk.o tdestroy.o
 
-MSRC2:=lsearch.c
+MSRC2:=_lsearch.c
 MOBJ2:=lfind.o lsearch.o
 
 MSRC3:=insremque.c
 MOBJ3:=insque.o remque.o
 
-MSRC4:=hsearch_r.c
+MSRC4:=_hsearch_r.c
 MOBJ4:=hcreate_r.o hdestroy_r.o hsearch_r.o
 
 CSRC:=hsearch.c

+ 0 - 0
libc/misc/search/hsearch_r.c → libc/misc/search/_hsearch_r.c


+ 0 - 0
libc/misc/search/lsearch.c → libc/misc/search/_lsearch.c


+ 0 - 0
libc/misc/search/tsearch.c → libc/misc/search/_tsearch.c