mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 02:38:31 +00:00
Make more fixups and quality assurance
This commit is contained in:
parent
85c58be942
commit
dcf9596620
17 changed files with 80 additions and 78 deletions
|
@ -31,10 +31,7 @@
|
|||
* such as out-of-band data on a socket; it is equivalent to POLLPRI
|
||||
* in the revents of poll()
|
||||
* @param timeout may be null which means to block indefinitely; cosmo's
|
||||
* implementation of select() never modifies this parameter which is
|
||||
* how most platforms except Linux work which modifies it to reflect
|
||||
* elapsed time, noting that POSIX permits either behavior therefore
|
||||
* portable code should assume that timeout memory becomes undefined
|
||||
* implementation of select() never modifies this parameter
|
||||
* @raise E2BIG if we exceeded the 64 socket limit on Windows
|
||||
* @raise ECANCELED if thread was cancelled in masked mode
|
||||
* @raise EINTR if signal was delivered
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue