fd_set
typedef struct fd_set { int fds_bits[1]; } fd_set;
typedef struct fd_set {
} fd_set;
typedef int fd_set;