summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorShylender Gaddamwar <c_shylen@quicinc.com>2009-10-05 11:00:26 -0700
committerShylender Gaddamwar <c_shylen@quicinc.com>2009-10-05 11:00:26 -0700
commitdce33c3a81a3e06072c6b5b855ee06d43fc272db (patch)
tree55173212f18cacb10fd5355cd53171763e30b623 /libc
parente984c60716eeac062736d5961d9f48248ad7bfa1 (diff)
parent5cef9a85b8763e1ea00ae65256e20d1377d5d27f (diff)
downloadbionic-dce33c3a81a3e06072c6b5b855ee06d43fc272db.zip
bionic-dce33c3a81a3e06072c6b5b855ee06d43fc272db.tar.gz
bionic-dce33c3a81a3e06072c6b5b855ee06d43fc272db.tar.bz2
Merge branch 'donut_au409' into donut_glazed01Q8650BSDCANLYA320004
Diffstat (limited to 'libc')
-rw-r--r--libc/bionic/pthread.c2
1 files changed, 1 insertions, 1 deletions
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;