kernel: Treat WSTOPPED synonymous to WUNTRACED.
commit63e2d201376d16568b49f7c776863e38c07d0789
authorMichael Lotz <mmlr@mlotz.ch>
Wed, 3 Jan 2018 00:22:53 +0000 (3 01:22 +0100)
committerMichael Lotz <mmlr@mlotz.ch>
Wed, 3 Jan 2018 00:22:53 +0000 (3 01:22 +0100)
tree0c8d25a13aa87b565c7dcd8834d5c218b204384c
parentafe8d6621dbaf7afee3c16762585b88b7379c22e
kernel: Treat WSTOPPED synonymous to WUNTRACED.

On other systems their values are usually aliased. We defined them as
two different values, but didn't handle WSTOPPED anywhere. The check
is now simply extended to cover both bits.
src/system/kernel/team.cpp