am 1ac5626e: am e9d1d7ad: Merge "Darwin has never had a 32-bit off_t."

* commit '1ac5626ef6d6dddabac05f1d992f1fb62797bfd3':
  Darwin has never had a 32-bit off_t.
This commit is contained in:
Elliott Hughes 2014-12-05 19:25:56 +00:00 committed by Android Git Automerger
commit 28ab46aafa
1 changed files with 0 additions and 8 deletions

View File

@ -47,14 +47,6 @@
*/ */
#define HAVE_SYMLINKS #define HAVE_SYMLINKS
/*
* We need to choose between 32-bit and 64-bit off_t. All of our code should
* agree on the same size. For desktop systems, use 64-bit values,
* because some of our libraries (e.g. wxWidgets) expect to be built that way.
*/
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE_SOURCE 1
/* /*
* Add any extra platform-specific defines here. * Add any extra platform-specific defines here.
*/ */