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.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/x86_64/bzero.S b/libc/string/x86_64/bzero.S
index 4d179ec4e..231d7cb41 100644
--- a/libc/string/x86_64/bzero.S
+++ b/libc/string/x86_64/bzero.S
@@ -1,5 +1,6 @@
#include <features.h>
#ifdef __UCLIBC_SUSV3_LEGACY__
# define memset bzero
+# define __memset_chk __bzero_chk
# include "memset.S"
#endif