diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 07:03:24 +0000 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 07:03:24 +0000 | 
| commit | 010301e968b4aa9a37dfd437f89c054016b2de0f (patch) | |
| tree | bf1116a74701db706ca4d4bedb48c4bd04c33dfd /libpthread/linuxthreads | |
| parent | aa5490a851eed8100e9959f35bb1a20fc0353dba (diff) | |
| download | uClibc-alpine-010301e968b4aa9a37dfd437f89c054016b2de0f.tar.bz2 uClibc-alpine-010301e968b4aa9a37dfd437f89c054016b2de0f.tar.xz  | |
tweak the idea between having a MMU and actually using it
Diffstat (limited to 'libpthread/linuxthreads')
| -rw-r--r-- | libpthread/linuxthreads/manager.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/manager.c b/libpthread/linuxthreads/manager.c index 4cd575b41..42912edb7 100644 --- a/libpthread/linuxthreads/manager.c +++ b/libpthread/linuxthreads/manager.c @@ -648,7 +648,7 @@ static int pthread_handle_create(pthread_t *thread, const pthread_attr_t *attr,  	  new_thread = (pthread_descr) stack_addr;  #endif  	  break; -#ifndef __ARCH_HAS_MMU__ +#ifndef __ARCH_USE_MMU__  	} else {  	  /* When there is MMU, mmap () is used to allocate the stack. If one  	   * segment is already mapped, we should continue to see if we can  | 
