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