diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-17 23:07:22 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-20 19:14:55 +0200 |
commit | d4cc2a5a7e8e49127a5d80f1bcc23418b0bbc200 (patch) | |
tree | 4231d2e0a1fd3de35aec892f41012c5b91df4bdf | |
parent | 4ea9923a39760413954625dc461031262bd7e1a4 (diff) | |
download | busybox-w32-d4cc2a5a7e8e49127a5d80f1bcc23418b0bbc200.tar.gz busybox-w32-d4cc2a5a7e8e49127a5d80f1bcc23418b0bbc200.tar.bz2 busybox-w32-d4cc2a5a7e8e49127a5d80f1bcc23418b0bbc200.zip |
mingw.h xfuncs.c ioctol
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); | |||
166 | */ | 166 | */ |
167 | 167 | ||
168 | #define TIOCGWINSZ 0x5413 | 168 | #define TIOCGWINSZ 0x5413 |
169 | int ioctl(int fd, int code, ...); | ||
169 | 170 | ||
170 | NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...); | 171 | NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...); |
171 | 172 | ||