Merge "Remove bogus _LARGEFILE_SOURCE." am: 3d7ee068e0 am: 8dd31c23ca
am: f99cb21d51

Change-Id: I7cf5643a2e4b68dde112511b1db386815447544e
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp
index dc6e698..e438801 100644
--- a/fastboot/fastboot.cpp
+++ b/fastboot/fastboot.cpp
@@ -26,8 +26,6 @@
  * SUCH DAMAGE.
  */
 
-#define _LARGEFILE64_SOURCE
-
 #include <ctype.h>
 #include <errno.h>
 #include <fcntl.h>