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