summaryrefslogtreecommitdiff
path: root/src/stropts/struct_strioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stropts/struct_strioctl.c')
-rw-r--r--src/stropts/struct_strioctl.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stropts/struct_strioctl.c b/src/stropts/struct_strioctl.c
deleted file mode 100644
index 8b89f4ed..00000000
--- a/src/stropts/struct_strioctl.c
+++ /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)
-*/