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