mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 16:24:51 +00:00
std.c: Fix msghdr_const for serenity
This commit is contained in:
parent
de23ccfad1
commit
467a1f4a1c
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user