summaryrefslogtreecommitdiff
path: root/include/sys/select.h
AgeCommit message (Collapse)AuthorLines
2011-08-27fix broken FD_* macros on 64-bit targetsRich Felker-3/+3
1 is too small if int is 32-bit but unsigned long is 64-bit. be explicit and use 1UL.
2011-04-14add useless type fd_mask. it's in the reserved namespace.Rich Felker-0/+2
2011-04-13fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker-0/+1
trash in the upper 32 bits was making the kernel sleep forever in select on 64-bit systems.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+34