diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mingw.h | 2 |
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 | ||
| 186 | NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...); | 186 | int ioctl(int fd, int code, ...); |
| 187 | 187 | ||
| 188 | /* | 188 | /* |
| 189 | * sys/socket.h | 189 | * sys/socket.h |
