From 44a23c1a2a0b503d1bf9cc14ada36b78854cea8a Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 17 Dec 2008 22:17:17 +0000 Subject: fix for build failures resulting from "string ops for i386" change --- libc/string/memcpy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/string/memcpy.c') diff --git a/libc/string/memcpy.c b/libc/string/memcpy.c index aa8d4ee38..cbb6e633a 100644 --- a/libc/string/memcpy.c +++ b/libc/string/memcpy.c @@ -10,6 +10,7 @@ #ifdef WANT_WIDE # define Wmemcpy wmemcpy #else +# undef memcpy # define Wmemcpy memcpy #endif -- cgit v1.2.3