cosmopolitan/libc/sock/yoink.inc
Justine Tunney 7e0a09feec
Mint APE Loader v1.5
This change ports APE Loader to Linux AARCH64, so that Raspberry Pi
users can run programs like redbean, without the executable needing
to modify itself. Progress has also slipped into this change on the
issue of making progress better conforming to user expectations and
industry standards regarding which symbols we're allowed to declare
2023-07-26 13:54:49 -07:00

6 lines
265 B
PHP

__static_yoink("kNtWsaData"); // for winmain
__static_yoink("WSAGetLastError"); // for kprintf
__static_yoink("sys_closesocket_nt"); // for close
__static_yoink("sys_recv_nt"); // for readv
__static_yoink("sys_send_nt"); // for writev