Home
last modified time | relevance | path

Searched defs:siginfo (Results 1 – 1 of 1) sorted by relevance

/include/asm-generic/
Dsiginfo.h48 typedef struct siginfo { struct
49 int si_signo;
50 int si_errno;
51 int si_code;
53 union {
111 /* If the arch shares siginfo, then it has SIGSYS. */ argument