提交 3f62f76c 编写于 作者: R Rich Felker

fix wrong type for poll.h nfds_t

this should not break anything since the type should never be used
except as the argument type for poll.
上级 0447b8dc
......@@ -17,7 +17,7 @@ extern "C" {
#define POLLWRBAND 0x200
#define POLLMSG 0x400
typedef unsigned int nfds_t;
typedef unsigned long nfds_t;
struct pollfd
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册