summaryrefslogtreecommitdiff
path: root/ports/winnt/include/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winnt/include/termios.h')
-rw-r--r--ports/winnt/include/termios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/winnt/include/termios.h b/ports/winnt/include/termios.h
index 9c1cc62..94331af 100644
--- a/ports/winnt/include/termios.h
+++ b/ports/winnt/include/termios.h
@@ -205,7 +205,7 @@ struct termios
#define cfsetispeed(dcb, spd) (0)
extern int closeserial (int);
-extern int ioctl (int, int, int *);
+extern int ioctl (int, int, void *);
extern int tcsetattr (int, int, const struct termios *);
extern int tcgetattr (int, struct termios *);
extern int tcflush (int, int);