aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2014-11-08 03:11:26 -0800
committerSteve Kondik <steve@cyngn.com>2014-11-08 03:11:26 -0800
commit04950575c363570aefba125fb774dbf91354844a (patch)
tree420c1091f2313e2cd3f45521397df98aeba404c0
parentbd2157b66496f90b7817fecc33539a3c442e49e9 (diff)
downloadandroid_external_fuse-04950575c363570aefba125fb774dbf91354844a.tar.gz
android_external_fuse-04950575c363570aefba125fb774dbf91354844a.tar.bz2
android_external_fuse-04950575c363570aefba125fb774dbf91354844a.zip
fuse: Fix compilation on L
Change-Id: I7c989dea0f0b270535da089b0e5a9eafb17cae96
-rw-r--r--include/fuse_common.h8
1 files changed, 0 insertions, 8 deletions
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 <stdint.h>
#include <sys/types.h>
@@ -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