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