diff options
author | vangyzen <vangyzen@FreeBSD.org> | 2016-01-28 20:24:15 +0000 |
---|---|---|
committer | vangyzen <vangyzen@FreeBSD.org> | 2016-01-28 20:24:15 +0000 |
commit | f8f3d276732e67c4809fe64ee9822d10356a156a (patch) | |
tree | 7c654f59e38b6168e9caa7da4b7ba4a64a44c2c4 /lib/libc/stdlib/rand.c | |
parent | f91c9c279859e792ca6fea3a5d5a9074b72c0e44 (diff) | |
download | FreeBSD-src-f8f3d276732e67c4809fe64ee9822d10356a156a.zip FreeBSD-src-f8f3d276732e67c4809fe64ee9822d10356a156a.tar.gz |
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>
Reviewed by: jhb
MFC after: 1 month
Sponsored by: Dell Inc.
Differential Revision: https://reviews.freebsd.org/D4900
Diffstat (limited to 'lib/libc/stdlib/rand.c')
0 files changed, 0 insertions, 0 deletions