From 9e26feebb1f6752fa21f4680a744cdc688366be5 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Mon, 23 Apr 2012 10:36:01 +0100 Subject: win32: implement ioctl --- include/mingw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mingw.h b/include/mingw.h index b81a6e180..66296cfc8 100644 --- a/include/mingw.h +++ b/include/mingw.h @@ -183,7 +183,7 @@ void unsetenv(const char *env); #define TIOCGWINSZ 0x5413 -NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...); +int ioctl(int fd, int code, ...); /* * sys/socket.h -- cgit v1.2.3-55-g6feb