sigset_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 sigset_t
    version(linux)
    extern (C)
    struct sigset_t {}
  2. alias sigset_t = uint
  3. struct sigset_t
  4. struct sigset_t

Members

Variables

__val
c_ulong[_SIGSET_NWORDS] __val;
Undocumented in source.

Meta