summaryrefslogtreecommitdiff
path: root/src/stropts/struct_bandinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stropts/struct_bandinfo.c')
-rw-r--r--src/stropts/struct_bandinfo.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stropts/struct_bandinfo.c b/src/stropts/struct_bandinfo.c
new file mode 100644
index 00000000..10abe0dd
--- /dev/null
+++ b/src/stropts/struct_bandinfo.c
@@ -0,0 +1,10 @@
+#include <stropts.h>
+
+struct bandinfo {
+ unsigned char bi_pri;
+ int bi_flag;
+};
+
+/*
+XOPEN(400)
+*/