From d8ea341e64250c2f4636c559562e8904037eda74 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 26 Nov 2008 01:21:10 +0000 Subject: libc/string: need additional work to remove libc_hidden_proto's properly --- libc/string/memcpy.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/string/memcpy.c') diff --git a/libc/string/memcpy.c b/libc/string/memcpy.c index dc2986778..aa8d4ee38 100644 --- a/libc/string/memcpy.c +++ b/libc/string/memcpy.c @@ -13,8 +13,6 @@ # define Wmemcpy memcpy #endif -libc_hidden_proto(Wmemcpy) - Wvoid *Wmemcpy(Wvoid * __restrict s1, const Wvoid * __restrict s2, size_t n) { register Wchar *r1 = s1; -- cgit v1.2.3