am 89b56de1: am 8298ddb0: Merge "bionic doesn\'t implement _FILE_OFFSET_BITS."

* commit '89b56de1904a2f72e81390d6758162dec6797bb9':
  bionic doesn't implement _FILE_OFFSET_BITS.
This commit is contained in:
Elliott Hughes 2014-12-05 19:25:57 +00:00 committed by Android Git Automerger
commit 89154e3cf1
3 changed files with 0 additions and 13 deletions

View File

@ -52,8 +52,6 @@
*/
#define HAVE_POSIX_CLOCKS
#define _FILE_OFFSET_BITS 64
/*
* Define if we have <malloc.h> header
*/

View File

@ -52,8 +52,6 @@
*/
#define HAVE_POSIX_CLOCKS
#define _FILE_OFFSET_BITS 64
/*
* Define if we have <malloc.h> header
*/

View File

@ -39,15 +39,6 @@
*/
#define HAVE_POSIX_CLOCKS
/*
* 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.
*/
#if defined(__LP64__)
#define _FILE_OFFSET_BITS 64
#endif
/*
* Define if we have <malloc.h> header
*/