* Define sig_t to void (*) (int) if it does not exist.

This commit is contained in:
Sam Hocevar
2007-01-08 21:05:05 +00:00
committed by sam
parent 77e15f7fb6
commit ada1ea2f08

View File

@@ -41,6 +41,8 @@
# define SIG_T sighandler_t
#elif defined HAVE_SIG_T
# define SIG_T sig_t
#else
typedef void (*SIG_T) (int);
#endif
/* Library functions that we divert */