std.os.windows: add POLL.IN and POLL.OUT
This commit is contained in:
committed by
Veikka Tuominen
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;
|
||||
|
||||
Reference in New Issue
Block a user