diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-28 01:58:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-28 01:58:10 +0000 |
commit | 9e9720a23569fdf959c35a04d58c8ef840640a5b (patch) | |
tree | 06633b19c998710bc7301e76bc243fe9ca6630fe /ChangeLog | |
parent | f26e84d344497de9960ea4eb52ccb16979440923 (diff) | |
download | glibc-9e9720a23569fdf959c35a04d58c8ef840640a5b.tar glibc-9e9720a23569fdf959c35a04d58c8ef840640a5b.tar.gz glibc-9e9720a23569fdf959c35a04d58c8ef840640a5b.tar.bz2 glibc-9e9720a23569fdf959c35a04d58c8ef840640a5b.zip |
* sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit
twiddling in last change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-09-27 Roland McGrath <roland@redhat.com> + * sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit + twiddling in last change. + * posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED. * posix/sys/wait.h [__WIFCONTINUED] (WIFCONTINUED): New macro. |