2 * poll2select - convert poll() calls to select() calls
3 * Copyright 2005 Ludovico Gardenghi
4 * Licensed under the GPLv2
11 * poll.h already has these definitions, so we must not repeat them in case
12 * someone included that header
17 #define POLLPRI 0x0002
18 #define POLLOUT 0x0004
27 typedef unsigned int nfds_t
;
31 int poll2select(struct pollfd
*, nfds_t
, int);