summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/bzero.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/x86_64/bzero.S')
-rw-r--r--libc/string/x86_64/bzero.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/x86_64/bzero.S b/libc/string/x86_64/bzero.S
index 73ba75436..2b6ac0988 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"
-strong_alias(__bzero,bzero)
+libc_hidden_def(bzero)