**kqueue note** Watch `EVFILT_PROC` and `NOTE_EXIT` **linux note** ``` sh man 2 prctl ``` --- ``` c prctl(PR_SET_PDEATHSIG, SIGXXX); ``` (this does not conflict with #38)
kqueue note
Watch
EVFILT_PROCandNOTE_EXITlinux note
(this does not conflict with #38)