struct AF_SUN [src]

Alias for std.c.solaris.AF_SUN

ELF auxiliary vector flags.

Members

Source

pub const AF_SUN = struct { /// tell ld.so.1 to run "secure" and ignore the environment. pub const SETUGID = 0x00000001; /// hardware capabilities can be verified against AT_SUN_HWCAP pub const HWCAPVERIFY = 0x00000002; pub const NOPLM = 0x00000004; }