struct SFD [src]

Alias for std.c.solaris.SFD

Members

Source

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