Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89b56de1 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit '8298ddb0':
  bionic doesn't implement _FILE_OFFSET_BITS.
parents 1ac5626e 8298ddb0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -52,8 +52,6 @@
 */
#define HAVE_POSIX_CLOCKS

#define _FILE_OFFSET_BITS 64

/*
 * Define if we have <malloc.h> header
 */
+0 −2
Original line number Diff line number Diff line
@@ -52,8 +52,6 @@
 */
#define HAVE_POSIX_CLOCKS

#define _FILE_OFFSET_BITS 64

/*
 * Define if we have <malloc.h> header
 */
+0 −9
Original line number Diff line number Diff line
@@ -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
 */