Home | History | Annotate | Download | only in signal_h
      1   /*
      2      Test that the POLL_HUP macro is defined.
      3    */
      4 
      5 #include <signal.h>
      6 
      7 #ifndef POLL_HUP
      8 #error POLL_HUP not defined
      9 #endif
     10