blob: a9d2e5d8fb886d0407f83b669d9e07ef8bc40f45 [file] [log] [blame]
/*
Test that the POLL_ERR macro is defined.
*/
#include <signal.h>
#ifndef POLL_ERR
#error POLL_ERR not defined
#endif