patch-2.4.0-test2 linux/include/asm-ia64/string.h
Next file: linux/include/asm-ia64/system.h
Previous file: linux/include/asm-ia64/stat.h
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Thu Jun 22 07:09:45 2000
- Orig file:
v2.4.0-test1/linux/include/asm-ia64/string.h
- Orig date:
Thu Feb 10 17:11:20 2000
diff -u --recursive --new-file v2.4.0-test1/linux/include/asm-ia64/string.h linux/include/asm-ia64/string.h
@@ -12,4 +12,7 @@
#define __HAVE_ARCH_STRLEN 1 /* see arch/ia64/lib/strlen.S */
#define __HAVE_ARCH_MEMSET 1 /* see arch/ia64/lib/memset.S */
+extern __kernel_size_t strlen (const char *);
+extern void *memset (void *,int,__kernel_size_t);
+
#endif /* _ASM_IA64_STRING_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)