aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdio.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdio.in.h')
-rw-r--r--lib/stdio.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdio.in.h b/lib/stdio.in.h
index b9a43bb80ca..ff7c9c831ac 100644
--- a/lib/stdio.in.h
+++ b/lib/stdio.in.h
@@ -122,7 +122,7 @@
122 it before we #define perror rpl_perror. */ 122 it before we #define perror rpl_perror. */
123/* But in any case avoid namespace pollution on glibc systems. */ 123/* But in any case avoid namespace pollution on glibc systems. */
124#if (@GNULIB_PERROR@ || defined GNULIB_POSIXCHECK) \ 124#if (@GNULIB_PERROR@ || defined GNULIB_POSIXCHECK) \
125 && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ 125 && (defined _WIN32 && ! defined __CYGWIN__) \
126 && ! defined __GLIBC__ 126 && ! defined __GLIBC__
127# include <stdlib.h> 127# include <stdlib.h>
128#endif 128#endif
@@ -133,7 +133,7 @@
133 it before we #define rename rpl_rename. */ 133 it before we #define rename rpl_rename. */
134/* But in any case avoid namespace pollution on glibc systems. */ 134/* But in any case avoid namespace pollution on glibc systems. */
135#if (@GNULIB_REMOVE@ || @GNULIB_RENAME@ || defined GNULIB_POSIXCHECK) \ 135#if (@GNULIB_REMOVE@ || @GNULIB_RENAME@ || defined GNULIB_POSIXCHECK) \
136 && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ 136 && (defined _WIN32 && ! defined __CYGWIN__) \
137 && ! defined __GLIBC__ 137 && ! defined __GLIBC__
138# include <io.h> 138# include <io.h>
139#endif 139#endif