提交 33a3f202 编写于 作者: R Rich Felker

add useless type fd_mask. it's in the reserved namespace.

上级 e983aea0
......@@ -15,6 +15,8 @@ extern "C" {
#define FD_SETSIZE 1024
typedef unsigned long fd_mask;
typedef struct
{
unsigned long fds_bits[FD_SETSIZE / 8 / sizeof(long)];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册