git: wait(2): Make WIFSIGNALED(x) exclude WIFCONTINUED(x)
Aaron LI
aly at crater.dragonflybsd.org
Tue Feb 21 04:56:01 PST 2023
commit fd8068986be8e5ef027de4c9f2ecc5ddc5393781
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/fd8068986be8e5ef027de4c9f2ecc5ddc5393781
--
DragonFly BSD source repository
More information about the Commits
mailing list