patch-2.4.14 linux/include/asm-m68k/string.h
Next file: linux/include/asm-m68k/sun3xflop.h
Previous file: linux/include/asm-m68k/stat.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Oct 25 13:53:55 2001
- Orig file:
v2.4.13/linux/include/asm-m68k/string.h
- Orig date:
Tue Jul 3 17:08:21 2001
diff -u --recursive --new-file v2.4.13/linux/include/asm-m68k/string.h linux/include/asm-m68k/string.h
@@ -375,6 +375,7 @@
__memset_g((s),(c),(count)))
#define __HAVE_ARCH_MEMCPY
+extern void * memcpy(void *, const void *, size_t );
/*
* __builtin_memcpy() does not handle page-sized memcpys very well,
* thus following the same assumptions as for page-sized memsets, this
@@ -545,6 +546,7 @@
}
#define __HAVE_ARCH_MEMCMP
+extern int memcmp(const void * ,const void * ,size_t );
#define memcmp(cs, ct, n) \
(__builtin_constant_p(n) ? \
__builtin_memcmp((cs),(ct),(n)) : \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)