diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-21 00:14:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-21 00:14:27 +0000 |
commit | 82df2969f85d63e08f0c6ea33c0602c29039ec51 (patch) | |
tree | e0b06f1883f02953c24afacdaa19c81864ac7ed8 /linuxthreads/manager.c | |
parent | 1e2623127469890c7912d12a8ba5bc70d068eb18 (diff) | |
download | glibc-82df2969f85d63e08f0c6ea33c0602c29039ec51.tar.gz glibc-82df2969f85d63e08f0c6ea33c0602c29039ec51.tar.xz glibc-82df2969f85d63e08f0c6ea33c0602c29039ec51.zip |
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.c | 1 |
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 { |