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

Commit 2c93d80f authored by Elliott Hughes's avatar Elliott Hughes
Browse files

bionic doesn't implement _FILE_OFFSET_BITS.

Change-Id: Iec9978e0bb69585dde69593402d53309e0ecb662
parent c7296b6f
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
 */