recover signaltype for SunStudio compiler
This commit is contained in:
parent
d89d52039f
commit
69cc1eb730
|
|
@ -112,7 +112,7 @@
|
|||
|
||||
|
||||
#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)
|
||||
#else
|
||||
# define SIGNAL_FUNCTION sighandler_t
|
||||
|
|
|
|||
Loading…
Reference in New Issue