From 82df2969f85d63e08f0c6ea33c0602c29039ec51 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 21 Jan 1999 00:14:27 +0000 Subject: Update. 1999-01-21 Ulrich Drepper * manager.c (pthread_allocate_stack): Set __pthread_nonstandard_stacks if user-specified stack is used. --- linuxthreads/manager.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/manager.c') 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 { -- cgit v1.2.3