struct SFD [src]
Alias for std.c.solaris.SFD
Members
Source
pub const SFD = struct {
pub const CLOEXEC = 0o2000000;
pub const NONBLOCK = 0o4000;
}
Alias for std.c.solaris.SFD
pub const SFD = struct {
pub const CLOEXEC = 0o2000000;
pub const NONBLOCK = 0o4000;
}