summaryrefslogtreecommitdiff
path: root/include/sys/select.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-28add time64 symbol name redirects to public headers, under arch controlRich Felker1-0/+5
2016-07-03make brace placement in public header typedef'd structs consistentRich Felker1-2/+1
2013-07-06add NFDBITS in sys/select.h with appropriate feature testsRich Felker1-0/+3
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker1-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-2/+8
2011-09-23FD_ISSET must return an int. this is the easiest way.Rich Felker1-1/+1
2011-08-27fix broken FD_* macros on 64-bit targetsRich Felker1-3/+3
2011-04-14add useless type fd_mask. it's in the reserved namespace.Rich Felker1-0/+2
2011-04-13fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker1-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+34