From 5cef9a85b8763e1ea00ae65256e20d1377d5d27f Mon Sep 17 00:00:00 2001 From: Ajay Dudani Date: Fri, 2 Oct 2009 20:23:39 -0700 Subject: bionic: Update virtual memory map as mmap area is moved with 2G VM split --- libc/bionic/pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/bionic/pthread.c b/libc/bionic/pthread.c index 017466c..ec3c459 100644 --- a/libc/bionic/pthread.c +++ b/libc/bionic/pthread.c @@ -55,7 +55,7 @@ void _thread_created_hook(pid_t thread_id) __attribute__((noinline)); #define PTHREAD_ATTR_FLAG_USER_STACK 0x00000002 #define DEFAULT_STACKSIZE (1024 * 1024) -#define STACKBASE 0x60000000 +#define STACKBASE 0x10000000 static uint8_t * gStackBase = (uint8_t *)STACKBASE; -- cgit v1.1