From 032a3e76d290c776e26ae6c0a68e8b19885a68aa Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 14 Nov 2005 22:53:42 +0000 Subject: Corrections to splitted files --- libc/string/i386/memcpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/i386/memcpy.c') diff --git a/libc/string/i386/memcpy.c b/libc/string/i386/memcpy.c index b2e0236f5..1cd234685 100644 --- a/libc/string/i386/memcpy.c +++ b/libc/string/i386/memcpy.c @@ -30,9 +30,9 @@ * -Erik */ -#define _GNU_SOURCE #include +#undef memcpy void attribute_hidden *__memcpy(void * to, const void * from, size_t n) { int d0, d1, d2; -- cgit v1.2.3