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:
@ -37,7 +37,7 @@ size_t fwrite(const void *data, size_t stride, size_t count, FILE *f) {
|
||||
if (!(i % stride)) {
|
||||
return i / stride;
|
||||
} else {
|
||||
return fseterr(f, EOVERFLOW);
|
||||
return __fseterr(f, EOVERFLOW);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user