SA_ONSTACK

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. auto SA_ONSTACK;
    version(linux)
    extern (C) const
    auto SA_ONSTACK = 0x08000000;
  2. auto SA_ONSTACK;
  3. int SA_ONSTACK;
  4. auto SA_ONSTACK;

Meta