diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-06-13 15:09:29 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-06-13 15:09:29 -0700 |
commit | a58ad3f801960fa0dc0bb1106eb0d99f7ebd77b1 (patch) | |
tree | 10616aeeaf186b442bcde2503abd50ea53b9bcca /ChangeLog | |
parent | 5865a56bf4e31c5a152e46454367a99c5971ac02 (diff) | |
download | glibc-a58ad3f801960fa0dc0bb1106eb0d99f7ebd77b1.tar.gz glibc-a58ad3f801960fa0dc0bb1106eb0d99f7ebd77b1.tar.xz glibc-a58ad3f801960fa0dc0bb1106eb0d99f7ebd77b1.zip |
Fix raciness in waitid test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 985173df5e..494c919774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-06-13 Roland McGrath <roland@hack.frob.com> + + * posix/tst-waitid.c (do_test): Distinguish different instances of + stopped/continued in CHECK_SIGCHLD uses. Insert a delay between + sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered + before entering the kernel for waitpid. + 2013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com> * NEWS: Fix note on clock function precision. Text by Roland |