std.c: Fix msghdr_const for serenity

This commit is contained in:
Linus Groh
2025-07-30 23:19:29 +01:00
parent de23ccfad1
commit 467a1f4a1c

View File

@@ -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,