structstd.c.solaris.SFD[src]

Values

ConstantCLOEXEC[src]

Source Code

Source code
pub const CLOEXEC = 0o2000000

ConstantNONBLOCK[src]

Source Code

Source code
pub const NONBLOCK = 0o4000

Source Code

Source code
pub const SFD = struct {
    pub const CLOEXEC = 0o2000000;
    pub const NONBLOCK = 0o4000;
}