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