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

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

Log Message:
rely a bit less on undocumented behaviour: we don't know which thread
the signal is delivered to, and we can't be sure it is delivered
synchonously
(without that sleep(), the test fails also on Linux)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/regress/lib/libpthread/sigmask3/sigmask3.c

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