From b8cab81b331395e706d9e4a9333538a07f9d7dc5 Mon Sep 17 00:00:00 2001 From: Sean McNeil Date: Wed, 10 Jun 2009 22:02:03 +0700 Subject: [PATCH] Remove off64_t as now it is defined in bionic. --- android/aconfig.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/aconfig.h b/android/aconfig.h index 862f666..5fb4bd1 100644 --- a/android/aconfig.h +++ b/android/aconfig.h @@ -4,8 +4,6 @@ #define rindex strrchr #define open64 open -typedef int off64_t; - #undef __swab16 #define __swab16(x) __arch__swab16((x)) -- 2.11.0