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