mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00: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;
|
return EAGAIN;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (base >= VM_MAX_ADDRESS)
|
|
||||||
return EAGAIN;
|
|
||||||
|
|
||||||
next_stack_base = base + stacksize;
|
next_stack_base = base + stacksize;
|
||||||
|
|
||||||
(*stackaddr) = (void *) base;
|
(*stackaddr) = (void *) base;
|
||||||
|
Loading…
Reference in New Issue
Block a user