Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 10/16/2003 13:38:29
Module Name:	src
Committed By:	yamt
Date:		Thu Oct 16 13:38:29 UTC 2003

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

Log Message:
in pthread__deliver_signal(),
copy siginfo_t into the stack of the target thread
rather than relying on the luck that on-stack siginfo_t stay valid.


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