From 04950575c363570aefba125fb774dbf91354844a Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Sat, 8 Nov 2014 03:11:26 -0800 Subject: fuse: Fix compilation on L Change-Id: I7c989dea0f0b270535da089b0e5a9eafb17cae96 --- include/fuse_common.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/fuse_common.h b/include/fuse_common.h index 882caf0..a4d980d 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -15,10 +15,6 @@ #ifndef _FUSE_COMMON_H_ #define _FUSE_COMMON_H_ -#if defined(__ANDROID__) -#define _OFF_T_DEFINED_ -#endif - #include "fuse_opt.h" #include #include @@ -37,10 +33,6 @@ #error Please add -D_FILE_OFFSET_BITS=64 to your compile flags! #endif -#if defined(__ANDROID__) -typedef loff_t off_t; -#endif - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3