APPEND: bool = falseDSYNC: bool = falseNONBLOCK: bool = falseRSYNC: bool = falseSYNC: bool = false_: u11 = 0pub const fdflags_t = packed struct(u16) {
APPEND: bool = false,
DSYNC: bool = false,
NONBLOCK: bool = false,
RSYNC: bool = false,
SYNC: bool = false,
_: u11 = 0,
}