]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* posix/tst-waitid.c (test_child): Sleep a second before stopping.
authorRoland McGrath <roland@gnu.org>
Thu, 5 Aug 2004 01:11:02 +0000 (01:11 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 5 Aug 2004 01:11:02 +0000 (01:11 +0000)
(do_test): Bump sleep to three seconds.
(sigchld, check_sigchld): New functions.
(do_test): Handle SIGCHLD and check for getting the right details.

ChangeLog

index c72eb651a1a6a59aef20f03242e54101c918733a..0068884d91bac4873c6e57bc3c687cfcd2019e33 100644 (file)
--- 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.