diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-28 01:42:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-28 01:42:49 +0000 |
commit | a044c713b054695326df96e7710dd5c8f80ad8c2 (patch) | |
tree | d1a0d23700e585670175a522246f43ed88fcca66 /ChangeLog | |
parent | c5e2501b0b0fd773dc6f1037b5aabf862716b94d (diff) | |
download | glibc-a044c713b054695326df96e7710dd5c8f80ad8c2.tar glibc-a044c713b054695326df96e7710dd5c8f80ad8c2.tar.gz glibc-a044c713b054695326df96e7710dd5c8f80ad8c2.tar.bz2 glibc-a044c713b054695326df96e7710dd5c8f80ad8c2.zip |
* posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED.
* posix/sys/wait.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
* stdlib/stdlib.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
* sysdeps/generic/bits/waitstatus.h (__W_CONTINUED): New macro.
[WCONTINUED] (__WIFCONTINUED): New macro.
(__WIFSIGNALED): Rewritten to exclude __W_CONTINUED value, and have no
branches.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-09-27 Roland McGrath <roland@redhat.com> + * posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED. + + * posix/sys/wait.h [__WIFCONTINUED] (WIFCONTINUED): New macro. + * stdlib/stdlib.h [__WIFCONTINUED] (WIFCONTINUED): New macro. + * sysdeps/generic/bits/waitstatus.h (__W_CONTINUED): New macro. + [WCONTINUED] (__WIFCONTINUED): New macro. + (__WIFSIGNALED): Rewritten to exclude __W_CONTINUED value, and have no + branches. + * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to all three syscall uses, not just one! |