Fix comment

This commit is contained in:
Yang Tse 2009-10-06 14:00:03 +00:00
parent 1209f2c014
commit e593715d72
2 changed files with 5 additions and 0 deletions

View File

@ -313,6 +313,7 @@
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
/* Define ssize_t if it is not an available 'typedefed' type */
#ifndef _SSIZE_T_DEFINED
#if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__) || \
defined(__MINGW32__)

View File

@ -180,6 +180,8 @@
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
/* Define ssize_t if it is not an available 'typedefed' type */
#ifndef _SSIZE_T_DEFINED
#if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__) || \
defined(__MINGW32__)
#elif defined(_WIN64)
@ -187,6 +189,8 @@
#else
#define ssize_t int
#endif
#define _SSIZE_T_DEFINED
#endif
/* ---------------------------------------------------------------- */
/* STRUCT RELATED */