summaryrefslogtreecommitdiff
path: root/libc/string/arm
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-30 07:45:03 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-30 07:45:03 +0000
commit15a00dfca4ab0da01126e9f240b770231898d4e9 (patch)
treea0946fa3533ea03f827ab4dcbe4c6def95689cc2 /libc/string/arm
parent9de494dadb01c932c5d5dc0a6316dc7f028aace9 (diff)
Remove arch specific hidden bcopy
Diffstat (limited to 'libc/string/arm')
-rw-r--r--libc/string/arm/bcopy.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/arm/bcopy.S b/libc/string/arm/bcopy.S
index dde4f6027..0e559225f 100644
--- a/libc/string/arm/bcopy.S
+++ b/libc/string/arm/bcopy.S
@@ -54,5 +54,3 @@ bcopy:
b _memcpy /* (PLT) */
.size bcopy,.-bcopy
-
-libc_hidden_def(bcopy)