mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +00:00
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
This commit is contained in:
parent
6843150e0c
commit
7e0a09feec
510 changed files with 1783 additions and 1483 deletions
|
@ -30,7 +30,7 @@
|
|||
/**
|
||||
* Information about underlying Windows Sockets implementation.
|
||||
*
|
||||
* Cosmopolitan automatically calls YOINK() on this symbol when its
|
||||
* Cosmopolitan automatically calls __yoink() on this symbol when its
|
||||
* Berkeley Socket wrappers are linked. The latest version of Winsock
|
||||
* was introduced alongside x64, so this should never fail.
|
||||
*/
|
||||
|
@ -43,7 +43,7 @@ static textwindows void WinSockCleanup(void) {
|
|||
NTTRACE("WSACleanup() → %d% lm", rc);
|
||||
}
|
||||
|
||||
textwindows noasan void WinSockInit(void) {
|
||||
textwindows dontasan void WinSockInit(void) {
|
||||
int rc;
|
||||
atexit(WinSockCleanup);
|
||||
NTTRACE("WSAStartup()");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue