#ifdef HAVE_SYS_POLL_H #include #else #include #endif int main (int ac, char *av[]) { int rc; rc = poll((struct pollfd *)(0), 0, 0); }