commit | 39bc2521a734f11e49486d7af046496852fb8861 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 04 17:39:19 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 04 17:39:19 2017 +0000 |
tree | f492d1d407eda502b03f5ca21fb70307bca5dc9e | |
parent | b5eeaef0826fa3bdf44e8cba2283e1ed9e907ed4 [diff] | |
parent | 04ca4053d62f341abb712ba93cadcd2694e35966 [diff] |
Merge "Remove bogus _LARGEFILE_SOURCE." am: 3d7ee068e0 Change-Id: Ifb7cc331b99a8d1260eec665d78ba347f91f2ff0
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>