diff options
author | vangyzen <vangyzen@FreeBSD.org> | 2016-04-14 17:14:11 +0000 |
---|---|---|
committer | vangyzen <vangyzen@FreeBSD.org> | 2016-04-14 17:14:11 +0000 |
commit | 00f0196ec6fea47d71b496381a4b4ce1fdcbd5ed (patch) | |
tree | a9802a8875bb59915c288ff777e7315bb47cd715 /contrib/netbsd-tests/lib/libc | |
parent | 9b388bff958c3532b9681e0e2577e789b9acee0c (diff) | |
download | FreeBSD-src-00f0196ec6fea47d71b496381a4b4ce1fdcbd5ed.zip FreeBSD-src-00f0196ec6fea47d71b496381a4b4ce1fdcbd5ed.tar.gz |
MFC r295012
kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXIT
NOTE_CHILD and NOTE_EXIT return something in kevent.data: the parent
pid (ppid) for NOTE_CHILD and the exit status for NOTE_EXIT.
Do not let the two events be combined, since one would overwrite
the other's data.
PR: 180385
Submitted by: David A. Bright <david_a_bright@dell.com>
Sponsored by: Dell Inc.
Diffstat (limited to 'contrib/netbsd-tests/lib/libc')
0 files changed, 0 insertions, 0 deletions