mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-22 02:20:31 +00:00
Add epoll and do more release readiness changes
This change also pays off some of the remaining technical debt with stdio, file descriptors, and memory managemnt polyfills.
This commit is contained in:
parent
a9ea949df8
commit
3e4fd4b0ad
271 changed files with 5706 additions and 1365 deletions
|
@ -29,7 +29,7 @@
|
|||
* @return effective iovlen
|
||||
* @see IOV_MAX
|
||||
*/
|
||||
textwindows size_t iovec2nt(struct iovec$nt iovnt[hasatleast 16],
|
||||
textwindows size_t iovec2nt(struct NtIovec iovnt[hasatleast 16],
|
||||
const struct iovec *iov, size_t iovlen) {
|
||||
size_t i, limit;
|
||||
for (limit = 0x7ffff000, i = 0; i < MIN(16, iovlen); ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue