diff options
author | Shylender Gaddamwar <c_shylen@quicinc.com> | 2009-10-05 11:00:26 -0700 |
---|---|---|
committer | Shylender Gaddamwar <c_shylen@quicinc.com> | 2009-10-05 11:00:26 -0700 |
commit | dce33c3a81a3e06072c6b5b855ee06d43fc272db (patch) | |
tree | 55173212f18cacb10fd5355cd53171763e30b623 /libc | |
parent | e984c60716eeac062736d5961d9f48248ad7bfa1 (diff) | |
parent | 5cef9a85b8763e1ea00ae65256e20d1377d5d27f (diff) | |
download | bionic-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.c | 2 |
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; |