From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:13:21 +0000 (+0200) Subject: i386: prepare shared lib/strstr.c X-Git-Tag: v2.6.24-rc1~1641 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2be2056cee405f3e3ca07e197ecd803e81cf5cb6;p=linux-2.6 i386: prepare shared lib/strstr.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index afbc99d2ee..4d3ae15445 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile @@ -3,7 +3,7 @@ # -lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \ +lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr_32.o \ bitops.o semaphore.o string.o lib-$(CONFIG_X86_USE_3DNOW) += mmx.o diff --git a/arch/i386/lib/strstr.c b/arch/i386/lib/strstr_32.c similarity index 100% rename from arch/i386/lib/strstr.c rename to arch/i386/lib/strstr_32.c