summaryrefslogtreecommitdiff
path: root/linuxthreads/manager.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-21 00:14:27 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-21 00:14:27 +0000
commit82df2969f85d63e08f0c6ea33c0602c29039ec51 (patch)
treee0b06f1883f02953c24afacdaa19c81864ac7ed8 /linuxthreads/manager.c
parent1e2623127469890c7912d12a8ba5bc70d068eb18 (diff)
Update.
1999-01-21 Ulrich Drepper <drepper@cygnus.com> * manager.c (pthread_allocate_stack): Set __pthread_nonstandard_stacks if user-specified stack is used.
Diffstat (limited to 'linuxthreads/manager.c')
-rw-r--r--linuxthreads/manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/manager.c b/linuxthreads/manager.c
index cf9796ac2e..caa819002e 100644
--- a/linuxthreads/manager.c
+++ b/linuxthreads/manager.c
@@ -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
{