mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
1999-01-21 Ulrich Drepper <drepper@cygnus.com> * manager.c (pthread_allocate_stack): Set __pthread_nonstandard_stacks if user-specified stack is used.
This commit is contained in:
@@ -229,6 +229,7 @@ static int pthread_allocate_stack(const pthread_attr_t *attr,
|
||||
new_thread_bottom = (char *) attr->__stackaddr - attr->__stacksize;
|
||||
guardaddr = NULL;
|
||||
guardsize = 0;
|
||||
__pthread_nonstandard_stacks = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user