aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-04-23 10:36:01 +0100
committerRon Yorston <rmy@pobox.com>2012-04-23 10:44:16 +0100
commit9e26feebb1f6752fa21f4680a744cdc688366be5 (patch)
tree579dac199ef3f83d56933df65e96f116f5f14cca /include
parentece4cb7f6debdb741b8a43053aeea817b80f49e7 (diff)
downloadbusybox-w32-9e26feebb1f6752fa21f4680a744cdc688366be5.tar.gz
busybox-w32-9e26feebb1f6752fa21f4680a744cdc688366be5.tar.bz2
busybox-w32-9e26feebb1f6752fa21f4680a744cdc688366be5.zip
win32: implement ioctl
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h2
1 files changed, 1 insertions, 1 deletions
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);
183 183
184#define TIOCGWINSZ 0x5413 184#define TIOCGWINSZ 0x5413
185 185
186NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...); 186int ioctl(int fd, int code, ...);
187 187
188/* 188/*
189 * sys/socket.h 189 * sys/socket.h