This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oss
/
uclibc-ng
Watch
4
Star
1
Fork
0
Files
Issues
3
Pull Requests
0
Wiki
Browse Source
Add missing weak alias for bcmp
Eric Andersen
21 years ago
parent
48e1bf2f56
commit
c8887bc61d
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
libc/string/arm/memcmp.S
+ 4
- 0
libc/string/arm/memcmp.S
View File
@@ -51,3 +51,7 @@ memcmp:
beq 1b
sub r0, r2, r3
mov pc, lr
+
+.weak bcmp;
+ bcmp = memcmp
+