Searched refs:fd_set (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/include/sys/ |
D | _select.h | 61 typedef struct fd_set { struct 63 } fd_set; typedef 73 fd_set *__p = (p); \ 79 int select (int __n, fd_set *__readfds, fd_set *__writefds, 80 fd_set *__exceptfds, struct timeval *__timeout);
|
D | select.h | 48 int pselect __P ((int __n, fd_set *__readfds, fd_set *__writefds, 49 fd_set *__exceptfds, const struct timespec *__timeout,
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 19772 (fd_set): Add !defined __USE_W32_SOCKETS to guard; define 23176 _GNU_H_WINDOWS32_SOCKETS is defined. Likewise for fd_set, 23178 _types_fd_set rather than fd_set, and define fd_set as a macro.
|