patch-2.4.0-test10 linux/include/asm-sparc64/string.h
Next file: linux/include/linux/auto_fs4.h
Previous file: linux/include/asm-sparc64/spitfire.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Oct 30 14:34:12 2000
- Orig file:
v2.4.0-test9/linux/include/asm-sparc64/string.h
- Orig date:
Mon Jun 19 17:59:39 2000
diff -u --recursive --new-file v2.4.0-test9/linux/include/asm-sparc64/string.h linux/include/asm-sparc64/string.h
@@ -1,4 +1,4 @@
-/* $Id: string.h,v 1.17 2000/06/19 06:24:58 davem Exp $
+/* $Id: string.h,v 1.18 2000/10/30 21:01:41 davem Exp $
* string.h: External definitions for optimized assembly string
* routines for the Linux Kernel.
*
@@ -110,18 +110,7 @@
#define __HAVE_ARCH_STRLEN
extern __kernel_size_t __strlen(const char *);
-
-#if (__GNUC__ > 2) || (__GNUC__ == 2 && __GNUC_MINOR__ >= 91)
extern __kernel_size_t strlen(const char *);
-#else /* !EGCS */
-/* Ugly but it works around a bug in our original sparc64-linux-gcc. */
-#undef strlen
-#define strlen(__arg0) \
-({ int __strlen_res = __strlen(__arg0) + 1; \
- __strlen_res -= 1; \
- __strlen_res; \
-})
-#endif /* !EGCS */
#define __HAVE_ARCH_STRNCMP
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)