aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/bzero.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/string/bzero.c')
-rw-r--r--lib/libc/amd64/string/bzero.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/amd64/string/bzero.c b/lib/libc/amd64/string/bzero.c
index 92adb2bb4f0e..d82f3061865b 100644
--- a/lib/libc/amd64/string/bzero.c
+++ b/lib/libc/amd64/string/bzero.c
@@ -4,6 +4,8 @@
#include <string.h>
+#undef bzero /* _FORTIFY_SOURCE */
+
void
bzero(void *b, size_t len)
{