diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index b39d94a33..500308947 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -191,6 +191,9 @@ int mingw_getpagesize(void); | |||
191 | #define getpagesize mingw_getpagesize | 191 | #define getpagesize mingw_getpagesize |
192 | #endif | 192 | #endif |
193 | 193 | ||
194 | int mingw_isatty(int fd); | ||
195 | #define isatty(fd) mingw_isatty(fd) | ||
196 | |||
194 | /* Use mingw_lstat() instead of lstat()/stat() and | 197 | /* Use mingw_lstat() instead of lstat()/stat() and |
195 | * mingw_fstat() instead of fstat() on Windows. | 198 | * mingw_fstat() instead of fstat() on Windows. |
196 | */ | 199 | */ |