17 int aos_poll(
struct pollfd *fds,
int nfds,
int timeout);
18 int aos_select(
int maxfd, fd_set *readset, fd_set *writeset, fd_set *exceptset,
19 struct timeval *timeout);
int aos_poll(struct pollfd *fds, int nfds, int timeout)
int aos_select(int maxfd, fd_set *readset, fd_set *writeset, fd_set *exceptset, struct timeval *timeout)