aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc/tests/base/sys/signal.h
blob: e0eab7a77512ece99726edca89dfc2cbadb626cc (plain)
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 */