int poll (strut pollfd *fds, unsigned int nfds, int timeout);

Where:

struct pollfd{
	int fd;
	short events;
	short revents;
}