diff options
Diffstat (limited to 'lib/stdlib.in.h')
| -rw-r--r-- | lib/stdlib.in.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h index c8a5d0d0c61..3bf35bf6b0f 100644 --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | #endif | 54 | #endif |
| 55 | 55 | ||
| 56 | /* Native Windows platforms declare mktemp() in <io.h>. */ | 56 | /* Native Windows platforms declare mktemp() in <io.h>. */ |
| 57 | #if 0 && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) | 57 | #if 0 && (defined _WIN32 && ! defined __CYGWIN__) |
| 58 | # include <io.h> | 58 | # include <io.h> |
| 59 | #endif | 59 | #endif |
| 60 | 60 | ||
| @@ -90,7 +90,7 @@ struct random_data | |||
| 90 | # endif | 90 | # endif |
| 91 | #endif | 91 | #endif |
| 92 | 92 | ||
| 93 | #if (@GNULIB_MKSTEMP@ || @GNULIB_MKSTEMPS@ || @GNULIB_GETSUBOPT@ || defined GNULIB_POSIXCHECK) && ! defined __GLIBC__ && !((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) | 93 | #if (@GNULIB_MKSTEMP@ || @GNULIB_MKSTEMPS@ || @GNULIB_GETSUBOPT@ || defined GNULIB_POSIXCHECK) && ! defined __GLIBC__ && !(defined _WIN32 && ! defined __CYGWIN__) |
| 94 | /* On Mac OS X 10.3, only <unistd.h> declares mkstemp. */ | 94 | /* On Mac OS X 10.3, only <unistd.h> declares mkstemp. */ |
| 95 | /* On Mac OS X 10.5, only <unistd.h> declares mkstemps. */ | 95 | /* On Mac OS X 10.5, only <unistd.h> declares mkstemps. */ |
| 96 | /* On Cygwin 1.7.1, only <unistd.h> declares getsubopt. */ | 96 | /* On Cygwin 1.7.1, only <unistd.h> declares getsubopt. */ |