aboutsummaryrefslogtreecommitdiff
path: root/system/include/sys/select.h
blob: 47cef2e5da66ceab27135338c56d4b480a632972 (plain)
1
2
3
int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout);