mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
std.os.windows: add POLL.IN and POLL.OUT
This commit is contained in:
parent
b5cef9e8b4
commit
afdc41cfd6
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user