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, 0 insertions, 12 deletions
diff --git a/src/stropts/struct_strioctl.h b/src/stropts/struct_strioctl.h
deleted file mode 100644
index 8b89f4ed..00000000
--- a/src/stropts/struct_strioctl.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <stropts.h>
-
-struct strioctl {
- int ic_cmd;
- int ic_timeout;
- int ic_len;
- char *ic_dp;
-};
-
-/*
-XOPEN(400)
-*/