mirror of
git://git.musl-libc.org/musl
synced 2025-01-31 11:01:34 +00:00
add useless type fd_mask. it's in the reserved namespace.
This commit is contained in:
parent
e983aea0ae
commit
33a3f202d1
@ -15,6 +15,8 @@ extern "C" {
|
|||||||
|
|
||||||
#define FD_SETSIZE 1024
|
#define FD_SETSIZE 1024
|
||||||
|
|
||||||
|
typedef unsigned long fd_mask;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
unsigned long fds_bits[FD_SETSIZE / 8 / sizeof(long)];
|
unsigned long fds_bits[FD_SETSIZE / 8 / sizeof(long)];
|
||||||
|
Loading…
Reference in New Issue
Block a user