From 497e902f95e415efabfa048ab750a89edbe4370f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 14 Nov 2005 23:02:12 +0000 Subject: undef functions needed for usage within libc --- libc/string/powerpc/memcpy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/string/powerpc/memcpy.c') diff --git a/libc/string/powerpc/memcpy.c b/libc/string/powerpc/memcpy.c index e731f3578..34573b29f 100644 --- a/libc/string/powerpc/memcpy.c +++ b/libc/string/powerpc/memcpy.c @@ -21,6 +21,7 @@ #include +#undef memcpy void attribute_hidden *__memcpy(void *to, const void *from, size_t n) /* PPC can do pre increment and load/store, but not post increment and load/store. Therefore use *++ptr instead of *ptr++. */ -- cgit v1.2.3