PROT_EXEC

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

Meta