18 #pragma GCC system_header
19 #include_next <sys/select.h>
21 #ifndef _COBALT_SYS_SELECT_H
22 #define _COBALT_SYS_SELECT_H
24 #include <cobalt/wrappers.h>
30 COBALT_DECL(
int, select(
int __nfds, fd_set *__restrict __readfds,
31 fd_set *__restrict __writefds,
32 fd_set *__restrict __exceptfds,
33 struct timeval *__restrict __timeout));