mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
add useless type fd_mask. it's in the reserved namespace.
This commit is contained in:
@@ -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)];
|
||||
|
Reference in New Issue
Block a user