From c9b005f05423d60190fa2d549215084e4e01f5d3 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 8 Jun 2003 01:29:53 -0700 Subject: [ALPHA] Implement bcopy. --- include/asm-alpha/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asm-alpha/string.h') diff --git a/include/asm-alpha/string.h b/include/asm-alpha/string.h index 9e44fea669bf..4266af221932 100644 --- a/include/asm-alpha/string.h +++ b/include/asm-alpha/string.h @@ -13,6 +13,7 @@ #define __HAVE_ARCH_MEMCPY extern void * memcpy(void *, const void *, size_t); #define __HAVE_ARCH_MEMMOVE +#define __HAVE_ARCH_BCOPY extern void * memmove(void *, const void *, size_t); /* For backward compatibility with modules. Unused otherwise. */ -- cgit v1.2.3