summaryrefslogtreecommitdiff
path: root/src/sys/time/fd_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/time/fd_set.c')
-rw-r--r--src/sys/time/fd_set.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sys/time/fd_set.c b/src/sys/time/fd_set.c
new file mode 100644
index 00000000..7e435863
--- /dev/null
+++ b/src/sys/time/fd_set.c
@@ -0,0 +1,9 @@
+#include <sys/time.h>
+
+typedef struct {
+ long fds_bits[];
+};
+
+/*
+XOPEN(400)
+*/