Cider Isn't Darwin Emulation, Really
Something went wrong. Try again.
12345678910111213#ifndef LINUX_SENDMSG_H#define LINUX_SENDMSG_H#include <stdint.h>#include "recvmsg.h"
long sys_sendmsg(int socket, const struct bsd_msghdr* msg, int flags);long sys_sendmsg_nocancel(int socket, const struct bsd_msghdr* msg, int flags);
#define LINUX_SYS_SENDMSG 16
#endif