Make sure RETSIGTYPE is properly defined

This commit is contained in:
Yang Tse
2006-11-25 01:02:52 +00:00
parent a634f64400
commit a46f55b9de
11 changed files with 79 additions and 11 deletions

View File

@@ -294,7 +294,7 @@
#define in_addr_t unsigned long
/* Define as the return type of signal handlers (int or void). */
/* #define RETSIGTYPE void */
#define RETSIGTYPE void
#if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__)
#elif defined(_WIN64)