Subject: CVS commit: src/regress/lib/libpthread/sleep1
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/29/2005 18:52:16
Module Name:	src
Committed By:	drochner
Date:		Mon Aug 29 18:52:16 UTC 2005

Modified Files:
	src/regress/lib/libpthread/sleep1: sleep1.c

Log Message:
don't rely on undocumented behaviour: we don't know which thread
the signal is delivered to
(without that pthread_sigmask(), the test fails also on Linux)


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/regress/lib/libpthread/sleep1/sleep1.c

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