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: 7e4358635645d73d50b187d69a9bf5cbc29f11ae (
plain
)
1
2
3
4
5
6
7
8
9
#include <sys/time.h> typedef struct { long fds_bits[]; }; /* XOPEN(400) */