1 2 3 4 5 6 7 8 9 10 11 12 13 14
#if defined( AIX_VOLATILE_CHECK ) typedef int sig_atomic_t; #endif /* AIX_VOLATILE_CHECK */ #if defined( SUN_SIGNAL_CHECK ) #ifdef __cplusplus void (*signal(...))(...); #else void (*signal())(); #endif #endif /* SUN_SIGNAL_CHECK */