add useless type fd_mask. it's in the reserved namespace.
This commit is contained in:
parent
e983aea0ae
commit
33a3f202d1
1 changed files with 2 additions and 0 deletions
|
|
@ -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)];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue