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/ChangeLog | 5 +++++ linuxthreads/manager.c | 1 + 2 files changed, 6 insertions(+) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 7eac05f..a4ee453 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +1999-01-21 Ulrich Drepper + + * manager.c (pthread_allocate_stack): Set + __pthread_nonstandard_stacks if user-specified stack is used. + 1999-01-16 Ulrich Drepper * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add _LFS_ASYNCHRONOUS_IO, diff --git a/linuxthreads/manager.c b/linuxthreads/manager.c index cf9796a..caa8190 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.1