Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 08/22/2003 17:35:53
Module Name:	src
Committed By:	nathanw
Date:		Fri Aug 22 17:35:53 UTC 2003

Modified Files:
	src/lib/libpthread: pthread_sig.c

Log Message:
In pthread__deliver_signal(), correctly use pt_trapuc or pt_uc as the
context-to-restore instead of always using pt_uc.

Fixes a problem with signal handlers for synchronous signals noted by
Matthias Drochner on current-users.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/lib/libpthread/pthread_sig.c

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