about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-08-05 01:11:02 +0000
committerRoland McGrath <roland@gnu.org>2004-08-05 01:11:02 +0000
commit8cc5920e23990aaef097343fc1003092fff98abd (patch)
tree210a778a395d4f558a77ea0b658a44a312dead44
parentf9e1a25135b65cfde376a0da8dbc9a43bac87e6e (diff)
downloadglibc-8cc5920e23990aaef097343fc1003092fff98abd.tar.gz
glibc-8cc5920e23990aaef097343fc1003092fff98abd.tar.xz
glibc-8cc5920e23990aaef097343fc1003092fff98abd.zip
* posix/tst-waitid.c (test_child): Sleep a second before stopping.
	(do_test): Bump sleep to three seconds.
	(sigchld, check_sigchld): New functions.
	(do_test): Handle SIGCHLD and check for getting the right details.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c72eb651a1..0068884d91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-08-04  Roland McGrath  <roland@redhat.com>
 
+	* posix/tst-waitid.c (test_child): Sleep a second before stopping.
+	(do_test): Bump sleep to three seconds.
+	(sigchld, check_sigchld): New functions.
+	(do_test): Handle SIGCHLD and check for getting the right details.
+
 	* posix/tst-waitid.c (do_test): Kill the child process when bailing
 	out early on some failure.
 	[WCONTINUED]: Test WCONTINUED functionality.