summaryrefslogtreecommitdiff
path: root/src/stropts/struct_strrecvfd.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-16 16:31:15 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-16 16:31:15 -0400
commit24a60ffba1893a3506a6ed15fd4b26479d966cf3 (patch)
tree5b3ead7c1110b58b6c32829c48cff79cc346121a /src/stropts/struct_strrecvfd.h
parent1c9b7df133f4130f7db4038d0b034418c5867ac1 (diff)
rename non-compiled files to *.h
Diffstat (limited to 'src/stropts/struct_strrecvfd.h')
-rw-r--r--src/stropts/struct_strrecvfd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stropts/struct_strrecvfd.h b/src/stropts/struct_strrecvfd.h
new file mode 100644
index 00000000..60b31d9b
--- /dev/null
+++ b/src/stropts/struct_strrecvfd.h
@@ -0,0 +1,11 @@
+#include <stropts.h>
+
+struct strrecvfd {
+ int fd;
+ uid_t uid;
+ gid_t gid;
+};
+
+/*
+XOPEN(400)
+*/