mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
htl: Drop duplicate check in __pthread_stack_alloc
This commit is contained in:
parent
f77bd0ee9a
commit
cba62c231c
@ -57,9 +57,6 @@ get_stack:
|
||||
return EAGAIN;
|
||||
}
|
||||
|
||||
if (base >= VM_MAX_ADDRESS)
|
||||
return EAGAIN;
|
||||
|
||||
next_stack_base = base + stacksize;
|
||||
|
||||
(*stackaddr) = (void *) base;
|
||||
|
Loading…
Reference in New Issue
Block a user