mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-03 03:02:28 +00:00
Remove zlib namespacing (#1142)
We have an optimized version of zlib from the Chromium project. We need it for a lot of our libc services. It would be nice to export this to user applications if we can, since projects like llamafile are already depending on it under the private namespace, to avoid needing to link zlib twice.
This commit is contained in:
parent
deff138e7e
commit
5488f0b2ca
5 changed files with 16 additions and 12 deletions
|
@ -33,9 +33,9 @@
|
|||
|
||||
__static_yoink("zipos");
|
||||
__static_yoink("libc/testlib/hyperion.txt");
|
||||
__static_yoink("_Cz_inflate");
|
||||
__static_yoink("_Cz_inflateInit2");
|
||||
__static_yoink("_Cz_inflateEnd");
|
||||
__static_yoink("inflate");
|
||||
__static_yoink("inflateInit2");
|
||||
__static_yoink("inflateEnd");
|
||||
|
||||
void *Worker(void *arg) {
|
||||
int i, fd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue