summaryrefslogtreecommitdiff
path: root/src/stropts/struct_strioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stropts/struct_strioctl.h')
-rw-r--r--src/stropts/struct_strioctl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stropts/struct_strioctl.h b/src/stropts/struct_strioctl.h
new file mode 100644
index 00000000..8b89f4ed
--- /dev/null
+++ b/src/stropts/struct_strioctl.h
@@ -0,0 +1,12 @@
+#include <stropts.h>
+
+struct strioctl {
+ int ic_cmd;
+ int ic_timeout;
+ int ic_len;
+ char *ic_dp;
+};
+
+/*
+XOPEN(400)
+*/