diff options
Diffstat (limited to 'libc/string/arm')
-rw-r--r-- | libc/string/arm/memcmp.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/string/arm/memcmp.S b/libc/string/arm/memcmp.S index 8f3f137b0..e0f21aef4 100644 --- a/libc/string/arm/memcmp.S +++ b/libc/string/arm/memcmp.S @@ -51,3 +51,7 @@ memcmp: beq 1b sub r0, r2, r3 mov pc, lr + +.weak bcmp; + bcmp = memcmp + |