summaryrefslogtreecommitdiff
path: root/libc/string/bcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/bcopy.c')
-rw-r--r--libc/string/bcopy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/bcopy.c b/libc/string/bcopy.c
index 3aa7eab1e..4b718f98d 100644
--- a/libc/string/bcopy.c
+++ b/libc/string/bcopy.c
@@ -9,7 +9,6 @@
#ifdef __UCLIBC_SUSV3_LEGACY__
-/* Experimentally off - libc_hidden_proto(memmove) */
void bcopy(const void *s2, void *s1, size_t n)
{