mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
mirror of https://github.com/jart/cosmopolitan
A regression occurred where LIBC_ZIPOS support wasn't being properly linked into Cosmopolitan NESEMU1. Main modules that link zip support need to have the following declaration to guaranteed zip: polyfills: STATIC_YOINK("zip_uri_support"); Doing that, means system calls such as open(), mmap(), fstat(), etc. will do the right thing when encountering zip: prefixed URLs. Please also note that in the near future we're going to change it to zip:// after more closely examining the relevant URI RFCs. Fixes #28 Closes #29 Thanks @nikhedonia for the report! |
||
---|---|---|
ape | ||
build | ||
dsp | ||
examples | ||
libc | ||
net | ||
test | ||
third_party | ||
tool | ||
usr/share | ||
.clang-format | ||
.gitignore | ||
Makefile | ||
NOTICE | ||
README.md |
Cosmopolitan
Fast portable static native textmode executable containers.
For an introduction to this project, please read the αcτµαlly pδrταblε εxεcµταblε blog post and cosmopolitan libc website. API documentation is available here.