Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 08/17/2004 14:16:00
Module Name: src
Committed By: chs
Date: Tue Aug 17 14:16:00 UTC 2004
Modified Files:
src/lib/libpthread: pthread_stack.c
Log Message:
redo the fix for PR 26392 differently: instead of changing the stack bounds
for the initial stack, just change the initial thread's pt_uc to point to
the opposite end of the stack (away from the argv, environment, etc).
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libpthread/pthread_stack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.