* sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit

twiddling in last change.
This commit is contained in:
Roland McGrath 2004-09-28 01:58:10 +00:00
parent f26e84d344
commit 9e9720a235
1 changed files with 3 additions and 0 deletions

View File

@ -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.