git: DragonFly_RELEASE_6_4 wait(2): Make WIFSIGNALED(x) exclude WIFCONTINUED(x)
Aaron LI
aly at crater.dragonflybsd.org
Tue Feb 21 05:00:10 PST 2023
commit 7c503a9494b6f1f74e59e243ebd096c2e0c7f972
Author: Aaron LI <aly at aaronly.me>
Date: Tue Feb 21 18:40:13 2023 +0800
wait(2): Make WIFSIGNALED(x) exclude WIFCONTINUED(x)
So now WIFSIGNALED means the remaining state of not exited, not stopped
and not continued.
Bump __DragonFly_version.
Bug: https://bugs.dragonflybsd.org/issues/3329
Credit:
- NetBSD (https://github.com/NetBSD/src/commit/33e727d2)
- FreeBSD (https://github.com/freebsd/freebsd-src/commit/f24deb02)
Summary of changes:
sys/sys/param.h | 3 ++-
sys/sys/wait.h | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7c503a9494b6f1f74e59e243ebd096c2e0c7f972
--
DragonFly BSD source repository
More information about the Commits
mailing list