about summary refs log tree commit diff
path: root/include/sys/select.h
Commit message (Expand)AuthorAgeFilesLines
* add time64 symbol name redirects to public headers, under arch controlRich Felker2019-10-281-0/+5
* make brace placement in public header typedef'd structs consistentRich Felker2016-07-031-2/+1
* add NFDBITS in sys/select.h with appropriate feature testsRich Felker2013-07-061-0/+3
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-081-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-2/+8
* FD_ISSET must return an int. this is the easiest way.Rich Felker2011-09-231-1/+1
* fix broken FD_* macros on 64-bit targetsRich Felker2011-08-271-3/+3
* add useless type fd_mask. it's in the reserved namespace.Rich Felker2011-04-141-0/+2
* fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker2011-04-131-0/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+34