提交 ae67fe1a 编写于 作者: R rofl0r

ppc socket.h: add forgotten cmsghdr

上级 71955b2f
......@@ -9,6 +9,13 @@ struct msghdr
unsigned msg_flags;
};
struct cmsghdr
{
socklen_t cmsg_len;
int cmsg_level;
int cmsg_type;
};
#define SO_DEBUG 1
#define SO_REUSEADDR 2
#define SO_TYPE 3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册