00001 /* DO NOT EDIT THIS FILE. 00002 00003 It has been auto-edited by fixincludes from: 00004 00005 "fixinc/tests/inc/sys/signal.h" 00006 00007 This had to be done to correct non-standard usages in the 00008 original, manufacturer supplied header file. */ 00009 00010 00011 00012 #if defined( AIX_VOLATILE_CHECK ) 00013 typedef int sig_atomic_t; 00014 #endif /* AIX_VOLATILE_CHECK */ 00015 00016 00017 #if defined( SUN_SIGNAL_CHECK ) 00018 #ifdef __cplusplus 00019 void (*signal(...))(...); 00020 #else 00021 void (*signal())(); 00022 #endif 00023 #endif /* SUN_SIGNAL_CHECK */
1.5.6