From: Roland McGrath Date: Tue, 28 Sep 2004 01:58:10 +0000 (+0000) Subject: * sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit X-Git-Tag: cvs/fedora-glibc-20040929T0821~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9720a23569fdf959c35a04d58c8ef840640a5b;p=thirdparty%2Fglibc.git * sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit twiddling in last change. --- diff --git a/ChangeLog b/ChangeLog index 97cea592481..35a170ae09f 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.