PR_GET_PDEATHSIG
(2const)get the parent-death signal number of the calling process
#include <linux/prctl.h> /* Definition of PR_* constants */ #include <sys/prctl.h> int prctl(PR_GET_PDEATHSIG, int *sig);
get the parent-death signal number of the calling process