Commit 467a1f4a1c

Linus Groh <mail@linusgroh.de>
2025-07-31 00:19:29
std.c: Fix msghdr_const for serenity
1 parent de23ccf
Changed files (1)
lib
std
lib/std/c.zig
@@ -4121,7 +4121,7 @@ pub const msghdr_const = switch (native_os) {
     .serenity => extern struct {
         name: ?*const anyopaque,
         namelen: socklen_t,
-        iov: [*]const iovec,
+        iov: [*]const iovec_const,
         iovlen: c_uint,
         control: ?*const anyopaque,
         controllen: socklen_t,