OSDN Git Service

bionic doesn't implement _FILE_OFFSET_BITS.
authorElliott Hughes <enh@google.com>
Fri, 5 Dec 2014 19:01:43 +0000 (11:01 -0800)
committerElliott Hughes <enh@google.com>
Fri, 5 Dec 2014 19:01:43 +0000 (11:01 -0800)
Change-Id: Iec9978e0bb69585dde69593402d53309e0ecb662

core/combo/include/arch/linux-arm64/AndroidConfig.h
core/combo/include/arch/linux-mips64/AndroidConfig.h
core/combo/include/arch/target_linux-x86/AndroidConfig.h

index 6375ee7..9455f5a 100644 (file)
@@ -52,8 +52,6 @@
  */
 #define HAVE_POSIX_CLOCKS
 
-#define _FILE_OFFSET_BITS 64
-
 /*
  * Define if we have <malloc.h> header
  */
index 3732ca9..c95f497 100644 (file)
@@ -52,8 +52,6 @@
  */
 #define HAVE_POSIX_CLOCKS
 
-#define _FILE_OFFSET_BITS 64
-
 /*
  * Define if we have <malloc.h> header
  */
index c89d675..6a3eec2 100644 (file)
 #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
  */
 #define HAVE_MALLOC_H