X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Fstring.h;h=1679983d053f91e054ae9762503ae2d870c42f10;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=fc66609bb76142e19c3adf129d26243640a84299;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-i386/string.h b/include/asm-i386/string.h index fc66609bb..1679983d0 100644 --- a/include/asm-i386/string.h +++ b/include/asm-i386/string.h @@ -25,7 +25,6 @@ /* AK: in fact I bet it would be better to move this stuff all out of line. */ -#if !defined(IN_STRING_C) #define __HAVE_ARCH_STRCPY static inline char * strcpy(char * dest,const char *src) @@ -180,8 +179,6 @@ __asm__ __volatile__( return __res; } -#endif - #define __HAVE_ARCH_STRLEN static inline size_t strlen(const char * s) {