commit | 185e909bbe58cddb178e0f9ab6a5de9f62e426cf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 04 17:54:43 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 04 17:54:43 2017 +0000 |
tree | b9db0ce7339323925d5485c3e294a92c71d53bb1 | |
parent | 423472795560537cf900ca9c54296fb578ce9ed8 [diff] | |
parent | b59a1e8a4eae9586f777028166254c252cf94733 [diff] |
Merge "Remove bogus _LARGEFILE_SOURCE." am: 3d7ee068e0 am: 8dd31c23ca am: f99cb21d51 am: b59a1e8a4e Change-Id: I83042094bb4b552d18bdd65f160b292be984825a
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>