From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Jelinek Subject: [parisc-linux] Re: [PATCH] _STACK_GROWS_UP fixes. Date: Wed, 15 Oct 2003 07:34:31 +0200 Message-ID: <20031015053431.GE12344__12675.1989046626$1416622876$gmane$org@sunsite.ms.mff.cuni.cz> References: <20031012213734.GJ23999@systemhalted> Reply-To: Jakub Jelinek Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: libc-alpha , parisc-linux@lists.parisc-linux.org To: "Carlos O'Donell" Return-Path: In-Reply-To: <20031012213734.GJ23999@systemhalted> Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: On Sun, Oct 12, 2003 at 05:37:34PM -0400, Carlos O'Donell wrote: > 2003-10-06 Carlos O'Donell > > * pthread.c (__pthread_self_stack): _STACK_GROWS_UP case added. > (__pthread_find_self): Likewise. > * manager.c (thread_segment): _STACK_GROWS_UP case added. You need to look at linuxthreads/attr.c (__pthread_attr_getstack) too (the recent code which parses /proc/self/maps and finds stack VMA in there). Jakub