/* Generated by configure */ #include #include int main(int argc, char **argv) { (void)argc; (void)argv; /* BEGIN TEST: */ struct pollfd pfd; struct timespec ts; sigset_t sig; ppoll(&pfd, 1, &ts, &sig); /* END TEST */ return 0; }