Subject: CVS commit: src/regress/lib/libc/siginfo/sigchld
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 11/04/2006 00:08:34
Module Name:	src
Committed By:	oster
Date:		Sat Nov  4 00:08:34 UTC 2006

Modified Files:
	src/regress/lib/libc/siginfo/sigchld: sigchld.c

Log Message:
Fix a race condition in the sigchld regression test.  It is now possible
to run 200 simultanous copies of the sigchld regression test without
some of them missing their signals.  From yamt via mrg.  Thanks!


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/regress/lib/libc/siginfo/sigchld/sigchld.c

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