SA_NOCLDWAIT

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_NOCLDWAIT;
    version(linux)
    extern (C) const
    auto SA_NOCLDWAIT = 2;
  2. auto SA_NOCLDWAIT;
  3. int SA_NOCLDWAIT;
  4. auto SA_NOCLDWAIT;

Meta