#ifndef _SYS_POLL_H #define _SYS_POLL_H #include #include extern int poll(struct pollfd *ufds, unsigned int nfds, int timeout) __THROW; #endif /* _SYS_POLL_H */