summaryrefslogtreecommitdiff
path: root/src/stropts/struct_strfdinsert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stropts/struct_strfdinsert.c')
-rw-r--r--src/stropts/struct_strfdinsert.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/stropts/struct_strfdinsert.c b/src/stropts/struct_strfdinsert.c
deleted file mode 100644
index 46fcf691..00000000
--- a/src/stropts/struct_strfdinsert.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <stropts.h>
-
-struct strfdinsert {
- struct strbuf ctlbuf;
- struct strbuf databuf;
- long flags;
- int fildes;
- int offset;
-};
-
-/*
-XOPEN(400)
-*/