]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit
authorRoland McGrath <roland@gnu.org>
Tue, 28 Sep 2004 01:58:10 +0000 (01:58 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 28 Sep 2004 01:58:10 +0000 (01:58 +0000)
twiddling in last change.

ChangeLog

index 97cea592481603e693be6a978a8d4d40aea28247..35a170ae09f84428773ce9e41dd4a8b7a4702a6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.