patch-2.4.10 linux/include/asm-sh/string.h

Next file: linux/include/asm-sh/system.h
Previous file: linux/include/asm-sh/softirq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/include/asm-sh/string.h linux/include/asm-sh/string.h
@@ -121,6 +121,9 @@
 #define __HAVE_ARCH_MEMCHR
 extern void *memchr(const void *__s, int __c, size_t __n);
 
+#define __HAVE_ARCH_STRLEN
+extern size_t strlen(const char *);
+
 /* Don't build bcopy at all ...  */
 #define __HAVE_ARCH_BCOPY
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)