libunistd
libunistd copied to clipboard
Enhancement request: provide support for sendmsg
struct msghdr is already defined. Next step is to support int sendmsg(int s, const struct msghdr *msg, int flags);
Thanks