Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 11/25/2003 22:45:33
Module Name:	src
Committed By:	cl
Date:		Tue Nov 25 22:45:33 UTC 2003

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

Log Message:
Honor SA_NODEFER in pthread__deliver_signal().  This should help code which
makes a longjmp out of a signal handler.

Also add missing si_code argument to debugging printf in pthread__kill().


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 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.