diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-30 07:45:03 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-30 07:45:03 +0000 |
commit | 15a00dfca4ab0da01126e9f240b770231898d4e9 (patch) | |
tree | a0946fa3533ea03f827ab4dcbe4c6def95689cc2 /libc/string/arm | |
parent | 9de494dadb01c932c5d5dc0a6316dc7f028aace9 (diff) |
Remove arch specific hidden bcopy
Diffstat (limited to 'libc/string/arm')
-rw-r--r-- | libc/string/arm/bcopy.S | 2 |
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) |