siginfo_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct siginfo_t
  2. struct siginfo_t
  3. struct siginfo_t
  4. struct siginfo_t
    version(!linux && !darwin && !FreeBSD && solaris)
    extern (C)
    struct siginfo_t {}

Members

Unions

__data
union __data
Undocumented in source.

Variables

si_code
int si_code;
Undocumented in source.
si_errno
int si_errno;
Undocumented in source.
si_pad
int si_pad;
Undocumented in source.
si_signo
int si_signo;
Undocumented in source.

Meta