index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
time
/
fd_set.c
blob: c86afcac4651cbe3a9edfc5586fdbe0ae57d23f1 (
plain
)
1
2
3
4
5
6
7
8
9
#include <sys/time.h> typedef struct { long fds_bits[]; } fd_set; /* XOPEN(400) */