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