From d4cc2a5a7e8e49127a5d80f1bcc23418b0bbc200 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Sat, 17 Apr 2010 23:07:22 +0200 Subject: mingw.h xfuncs.c ioctol --- include/mingw.h | 1 + 1 file changed, 1 insertion(+) 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); */ #define TIOCGWINSZ 0x5413 +int ioctl(int fd, int code, ...); NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...); -- cgit v1.2.3-55-g6feb