aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 6835b88c9..2f27bf264 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -166,6 +166,7 @@ char *strsep(char **stringp, const char *delim);
166 */ 166 */
167 167
168#define TIOCGWINSZ 0x5413 168#define TIOCGWINSZ 0x5413
169int ioctl(int fd, int code, ...);
169 170
170NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...); 171NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...);
171 172