summaryrefslogtreecommitdiff
path: root/src/stropts/struct_strfdinsert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stropts/struct_strfdinsert.h')
-rw-r--r--src/stropts/struct_strfdinsert.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/stropts/struct_strfdinsert.h b/src/stropts/struct_strfdinsert.h
deleted file mode 100644
index 46fcf691..00000000
--- a/src/stropts/struct_strfdinsert.h
+++ /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)
-*/