From 9e9720a23569fdf959c35a04d58c8ef840640a5b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 28 Sep 2004 01:58:10 +0000 Subject: [PATCH] * sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit twiddling in last change. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 97cea59248..35a170ae09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-09-27 Roland McGrath + * 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.