readchar fix
[vde.git] / vde-2 / utils / poll.h
blobdfa6529273a6175e12fdba2e67ffcbb267669aa1
2 #ifndef __POLL_H__
3 #define __POLL_H__
4 int rpl_poll(struct pollfd *ufds, nfds_t nfds, int timeout);
5 #endif