diff options
Diffstat (limited to 'libc/string/arm/bzero.S')
-rw-r--r-- | libc/string/arm/bzero.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/string/arm/bzero.S b/libc/string/arm/bzero.S index 0e96ba076..93582f7c8 100644 --- a/libc/string/arm/bzero.S +++ b/libc/string/arm/bzero.S @@ -47,4 +47,6 @@ __bzero: mov r1, #0 b memset (PLT) +.size __bzero,.-__bzero + .weak bzero ; bzero = __bzero |