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

Commit 8298ddb0 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "bionic doesn't implement _FILE_OFFSET_BITS."

parents e9d1d7ad 2c93d80f
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
 */