recover signaltype for SunStudio compiler

This commit is contained in:
dwarning 2010-09-04 12:40:37 +00:00
parent d89d52039f
commit 69cc1eb730
1 changed files with 1 additions and 1 deletions

View File

@ -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