diff options
Diffstat (limited to 'libc/string/x86_64/bzero.S')
-rw-r--r-- | libc/string/x86_64/bzero.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/x86_64/bzero.S b/libc/string/x86_64/bzero.S index abd252e7b..73ba75436 100644 --- a/libc/string/x86_64/bzero.S +++ b/libc/string/x86_64/bzero.S @@ -1,3 +1,3 @@ -#define memset __bzero +#define __memset __bzero #include "memset.S" -weak_alias (__bzero, bzero) +strong_alias(__bzero,bzero) |