zig
zig copied to clipboard
std.posix.recvmsg() missing
Despite there being posix.sendmsg(), linux.recvmsg(), c.recvmsg(), etc. there is no posix.recvmsg(), which is needed to pass around file descriptors e.g. used in wayland for shared memory / framebuffers.
Implemented by #19751