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:
4
libc/sock/yoink.inc
Normal file
4
libc/sock/yoink.inc
Normal file
@@ -0,0 +1,4 @@
|
||||
STATIC_YOINK("kNtWsaData"); // for winmain
|
||||
STATIC_YOINK("closesocket$nt"); // for close
|
||||
STATIC_YOINK("recvfrom$nt"); // for readv
|
||||
STATIC_YOINK("sendto$nt"); // for writev
|
||||
Reference in New Issue
Block a user