srctree
repos
owner
network
issues
0
diffs
0
Public
Michael Ortmann <keine
parent
b5cef9e8
afdc41cf
std.os.windows: add POLL.IN and POLL.OUT
inline
split
lib/std/os/windows/ws2_32.zig
added: 3, removed: 1, total 2
@@ -850,6 +850,8 @@ pub const POLL = struct {
pub const ERR = 1;
pub const HUP = 2;
pub const NVAL = 4;
pub const IN = RDNORM | RDBAND;
pub const OUT = WRNORM;
};
pub const TF_DISCONNECT = 1;