* include/private/gcconfig.h: Applied patch from Koushik Dutta
(koush@koushikdutta.com). Define SEARCH_FOR_DATA_START for android.
svn path=/trunk/mono/; revision=123732
+2009-01-18 Zoltan Varga <vargaz@gmail.com>
+
+ * include/private/gcconfig.h: Applied patch from Koushik Dutta
+ (koush@koushikdutta.com). Define SEARCH_FOR_DATA_START for android.
+
2008-11-18 Mark Probst <mark.probst@gmail.com>
* include/private/gc_locks.h (test_and_set): The PPC64 case is
# include <features.h>
# if defined(__GLIBC__) && __GLIBC__ >= 2
# define SEARCH_FOR_DATA_START
+# elif defined(PLATFORM_ANDROID)
+# define SEARCH_FOR_DATA_START
# else
extern char **__environ;
# define DATASTART ((ptr_t)(&__environ))