std.c: define more fields for darwin.AI

This commit is contained in:
Meghan Denny 2025-01-28 15:19:21 -08:00 committed by Alex Rønne Petersen
parent c4445bc156
commit 7cef585f55

View File

@ -6398,7 +6398,11 @@ pub const AI = if (builtin.abi.isAndroid()) packed struct(u32) {
PASSIVE: bool = false,
CANONNAME: bool = false,
NUMERICHOST: bool = false,
_3: u9 = 0,
_3: u5 = 0,
ALL: bool = false,
V4MAPPED_CFG: bool = false,
ADDRCONFIG: bool = false,
V4MAPPED: bool = false,
NUMERICSERV: bool = false,
_: u19 = 0,
},