Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 10/15/2002 02:43:03
Module Name:	basesrc
Committed By:	nathanw
Date:		Mon Oct 14 23:43:02 UTC 2002

Modified Files:
	basesrc/lib/libpthread [nathanw_sa]: pthread_run.c pthread_sig.c

Log Message:
Explicitly clear the UC_USER bit from uc_flags after calling _getcontext_u()
if we're going to call makecontext(), because makecontext() needs to affect
registers other than the caller-save regs.


To generate a diff of this commit:
cvs rdiff -r1.1.2.12 -r1.1.2.13 basesrc/lib/libpthread/pthread_run.c
cvs rdiff -r1.1.2.14 -r1.1.2.15 basesrc/lib/libpthread/pthread_sig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.