ziglang / zig

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Home Page:https://ziglang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

std.posix.recvmsg() missing

ssmid opened this issue · comments

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