Home | History | Annotate | Download | only in signal_h
      1   /*
      2      Test the definition of SIG_IGN.
      3    */
      4 
      5 #include <signal.h>
      6 
      7 void (*dummy) (int) = SIG_IGN;
      8