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