--- coreutils/dd.c
+++ coreutils/dd.c
@@ -30,6 +30,9 @@
 #include <fcntl.h>
 #include "busybox.h"
 
+#ifdef __x86_64
+#undef ftruncate
+#endif
 
 static const struct suffix_mult dd_suffixes[] = {
 	{ "c", 1 },
