summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-28 01:58:10 +0000
committerRoland McGrath <roland@gnu.org>2004-09-28 01:58:10 +0000
commit9e9720a23569fdf959c35a04d58c8ef840640a5b (patch)
tree06633b19c998710bc7301e76bc243fe9ca6630fe /ChangeLog
parentf26e84d344497de9960ea4eb52ccb16979440923 (diff)
* sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit
twiddling in last change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97cea59248..35a170ae09 100644
--- 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.