aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-09-21 18:02:13 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-09-21 18:02:13 -0700
commitccfa02a42000b2291e272ebd11a378247cb92e99 (patch)
treef94b303c6bc1c81cf262f828e742a5fd59fd23d4 /system
parentb4e76e4967561de5da3699408f2d9ee7ea695d77 (diff)
add bogus TIOCG* consts
Diffstat (limited to 'system')
-rw-r--r--system/include/sys/ioctl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/include/sys/ioctl.h b/system/include/sys/ioctl.h
index b7ade699..edc9ea36 100644
--- a/system/include/sys/ioctl.h
+++ b/system/include/sys/ioctl.h
@@ -8,6 +8,9 @@ extern "C" {
#define SIOCGIFCONF 1 // bogus value
#define SIOCGIFNETMASK 2 // bogus value
+#define TIOCGSIZE 80 // bogus
+#define TIOCGWINSZ 80 // bogus
+
int ioctl(int d, int request, ...);
#define SO_RCVTIMEO 1000