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:
@@ -19,6 +19,6 @@
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/stdio/internal.h"
|
||||
|
||||
long fseteof(FILE *f) {
|
||||
return fseterr(f, -1);
|
||||
long __fseteof(FILE *f) {
|
||||
return __fseterr(f, -1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user