diff options
author | Ron Yorston <rmy@pobox.com> | 2016-08-02 15:53:24 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-08-02 15:53:24 +0100 |
commit | 759188eae5651f1fbca45be310b0b9b46d876080 (patch) | |
tree | 7e2cda8242feb743f49a55e30f521b0c8d0c22c5 /include | |
parent | 31277ab7e6e0a8385a35138d9d2d5168ecadec87 (diff) | |
download | busybox-w32-759188eae5651f1fbca45be310b0b9b46d876080.tar.gz busybox-w32-759188eae5651f1fbca45be310b0b9b46d876080.tar.bz2 busybox-w32-759188eae5651f1fbca45be310b0b9b46d876080.zip |
stty: changes required to build for WIN32
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 04700963c..729a08db0 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -178,6 +178,7 @@ int winansi_getc(FILE *stream); | |||
178 | #define getc winansi_getc | 178 | #define getc winansi_getc |
179 | 179 | ||
180 | int winansi_get_terminal_width_height(struct winsize *win); | 180 | int winansi_get_terminal_width_height(struct winsize *win); |
181 | int winansi_set_terminal_width_height(struct winsize *win); | ||
181 | 182 | ||
182 | /* | 183 | /* |
183 | * stdlib.h | 184 | * stdlib.h |
@@ -225,6 +226,7 @@ int ffs(int i); | |||
225 | */ | 226 | */ |
226 | 227 | ||
227 | #define TIOCGWINSZ 0x5413 | 228 | #define TIOCGWINSZ 0x5413 |
229 | #define TIOCSWINSZ 0x5414 | ||
228 | 230 | ||
229 | int ioctl(int fd, int code, ...); | 231 | int ioctl(int fd, int code, ...); |
230 | 232 | ||