From 280afa072a7b829e581d884c2b3276530a6014b7 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 11 May 2011 17:37:44 +0200 Subject: ramblocks: integrate upstream implementation (sophisticated) Change-Id: I49e96e2d5ae571849b0b6fef0a30b41ecdee8d23 --- android/config/darwin-x86/config-host.h | 1 + android/config/freebsd-x86/config-host.h | 1 + android/config/linux-ppc/config-host.h | 1 + android/config/linux-x86/config-host.h | 1 + 4 files changed, 4 insertions(+) (limited to 'android/config') diff --git a/android/config/darwin-x86/config-host.h b/android/config/darwin-x86/config-host.h index 437971b..0395918 100644 --- a/android/config/darwin-x86/config-host.h +++ b/android/config/darwin-x86/config-host.h @@ -17,3 +17,4 @@ #define MAP_ANONYMOUS MAP_ANON #define CONFIG_ANDROID 1 #define CONFIG_POSIX 1 +#define CONFIG_MADVISE 1 diff --git a/android/config/freebsd-x86/config-host.h b/android/config/freebsd-x86/config-host.h index 582583c..2e44a83 100644 --- a/android/config/freebsd-x86/config-host.h +++ b/android/config/freebsd-x86/config-host.h @@ -15,3 +15,4 @@ #define CONFIG_SKINS 1 #define CONFIG_ANDROID 1 #define CONFIG_POSIX 1 +#define CONFIG_MADVISE 1 diff --git a/android/config/linux-ppc/config-host.h b/android/config/linux-ppc/config-host.h index 03d2b22..9faf170 100644 --- a/android/config/linux-ppc/config-host.h +++ b/android/config/linux-ppc/config-host.h @@ -17,3 +17,4 @@ #define CONFIG_LINUX 1 #define CONFIG_POSIX 1 #define CONFIG_ANDROID 1 +#define CONFIG_MADVISE 1 diff --git a/android/config/linux-x86/config-host.h b/android/config/linux-x86/config-host.h index 15d6ab8..70a0eed 100644 --- a/android/config/linux-x86/config-host.h +++ b/android/config/linux-x86/config-host.h @@ -17,3 +17,4 @@ #define CONFIG_LINUX 1 #define CONFIG_POSIX 1 #define CONFIG_ANDROID 1 +#define CONFIG_MADVISE 1 -- cgit v1.1