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