|
|
@ -112,7 +112,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef SIGNAL_FUNCTION |
|
|
#ifndef SIGNAL_FUNCTION |
|
|
#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__) |
|
|
|
|
|
|
|
|
#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__) || defined(__SUNPRO_C) |
|
|
# define SIGNAL_FUNCTION RETSIGTYPE (*)(int) |
|
|
# define SIGNAL_FUNCTION RETSIGTYPE (*)(int) |
|
|
#else |
|
|
#else |
|
|
# define SIGNAL_FUNCTION sighandler_t |
|
|
# define SIGNAL_FUNCTION sighandler_t |
|
|
|