#include #include int poll(struct pollfd fds[], nfds_t nfds, int timeout) { return syscall(poll, fds, nfds, timeout); }