WTERMSIG
#define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
#define WTERMSIG(x) (_WSTATUS(x))