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