Searched defs:siginfo (Results 1 – 1 of 1) sorted by relevance
48 typedef struct siginfo { struct49 int si_signo;50 int si_errno;51 int si_code;53 union {111 /* If the arch shares siginfo, then it has SIGSYS. */ argument