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