From 9de494dadb01c932c5d5dc0a6316dc7f028aace9 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 30 Jan 2006 07:35:34 +0000 Subject: Change the only bcopy user to memmove and remove internal version of bcopy --- libc/string/bcopy.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/string') diff --git a/libc/string/bcopy.c b/libc/string/bcopy.c index 7e4f2328a..11c3e8015 100644 --- a/libc/string/bcopy.c +++ b/libc/string/bcopy.c @@ -7,7 +7,6 @@ #include "_string.h" -libc_hidden_proto(bcopy) libc_hidden_proto(memmove) void bcopy(const void *s2, void *s1, size_t n) @@ -52,4 +51,3 @@ void bcopy(const void *s2, void *s1, size_t n) #endif #endif } -libc_hidden_def(bcopy) -- cgit v1.2.3