Skip to content

Commit 930ff23

Browse files
dacheng-gaoalexrp
andauthored
Update lib/std/c.zig
Co-authored-by: Alex Rønne Petersen <[email protected]>
1 parent c44d4d7 commit 930ff23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/c.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5598,7 +5598,7 @@ pub const MSG = switch (native_os) {
55985598
.linux => linux.MSG,
55995599
.emscripten => emscripten.MSG,
56005600
.windows => ws2_32.MSG,
5601-
.macos, .ios, .tvos, .watchos, .visionos => darwin.MSG,
5601+
.driverkit, .macos, .ios, .tvos, .watchos, .visionos => darwin.MSG,
56025602
.haiku => struct {
56035603
pub const OOB = 0x0001;
56045604
pub const PEEK = 0x0002;

0 commit comments

Comments
 (0)