struct msghdr is already defined. Next step is to support int sendmsg(int s, const struct msghdr *msg, int flags); Thanks
struct msghdr is already defined.
Next step is to support
int sendmsg(int s, const struct msghdr *msg, int flags);
Thanks