2 * Copyright (C) 2010 Brian Aker, Trond Norbye
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
8 * Summary: Implementation of poll by using select
36 #define POLLOUT 0x0004
37 #define POLLERR 0x0008
39 int poll(struct pollfd fds
[], nfds_t nfds
, int tmo
);