#include <sys/event.h>
sys/event.h
enum(anonymous)
data/hint fflags for EVFILT_PROC, shared with userspace
Please note that EVFILT_PROC and EVFILT_SIGNAL share the same knote list
that hangs off the proc structure. They also both play games with the hint
passed to KNOTE(). If NOTE_SIGNAL is passed as a hint, then the lower bits
of the hint contain the signal. IF NOTE_FORK is passed, then the lower bits
contain the PID of the child (but the pid does not get passed through in
the actual kevent).
| eNoteReapDeprecated | 268435456 |
enum(anonymous)
If NOTE_EXITSTATUS is present, provide additional info about exiting process.
| eNoteExitReparentedDeprecated | 524288 |