From 9bcb91a212ab4b9bd5892f4cf3adda6a549b8fbc Mon Sep 17 00:00:00 2001 From: Chris Dearman Date: Fri, 5 Feb 2010 15:13:55 -0800 Subject: Generic memcpy should define MEMCOPY before including bcopy.c Signed-off-by: Chris Dearman --- libc/string/memcpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/string/memcpy.c b/libc/string/memcpy.c index 4cd4a80..dea78b2 100644 --- a/libc/string/memcpy.c +++ b/libc/string/memcpy.c @@ -25,5 +25,5 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#define MEM_COPY +#define MEMCOPY #include "bcopy.c" -- cgit v1.1