aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/sys/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc/sys/termios.h')
-rw-r--r--system/include/libc/sys/termios.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/include/libc/sys/termios.h b/system/include/libc/sys/termios.h
index 14174a43..88e8ad16 100644
--- a/system/include/libc/sys/termios.h
+++ b/system/include/libc/sys/termios.h
@@ -262,6 +262,14 @@ __END_DECLS
#endif /* !KERNEL */
+/* XXX Emscripten */
+struct winsize {
+ unsigned short ws_row;
+ unsigned short ws_col;
+ unsigned short ws_xpixel;
+ unsigned short ws_ypixel;
+};
+
/*
* END OF PROTECTED INCLUDE.
*/