commit | 9f298895f0aa649f7bcd9ce09398700f67d26acc | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 03 22:21:16 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed May 03 22:21:16 2017 -0700 |
tree | e8bdcace624ab377e603b238cf54c7729085d860 | |
parent | a6dc4ad63c20a38f3d618f8c5f355fb8d318050b [diff] |
Remove bogus _LARGEFILE_SOURCE. Bug: N/A Test: builds Change-Id: I145a521a58dc8f838ce188540b02bcda4e81b610
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>