From a37476967dbcd997bf639c944891304bdcde8f88 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 5 Dec 2014 11:03:56 -0800 Subject: [PATCH] Darwin has never had a 32-bit off_t. Change-Id: Ifa48fab99d73fb532afc56d235b7397e05c0fc6a --- core/combo/include/arch/darwin-x86/AndroidConfig.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index d3df919ee..a64c1c044 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -47,14 +47,6 @@ */ #define HAVE_SYMLINKS -/* - * 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. - */ -#define _FILE_OFFSET_BITS 64 -#define _LARGEFILE_SOURCE 1 - /* * Add any extra platform-specific defines here. */