Revert "Remove zlib namespacing (#1142)"

This reverts commit 5488f0b2ca which was a
good experiment to try, that didn't work out due to #1176

Fixes #1176
This commit is contained in:
Justine Tunney 2024-05-14 20:45:23 -07:00
parent 13b9ecd537
commit 2f3c6e7cc3
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 12 additions and 16 deletions

View file

@ -45,9 +45,9 @@ __static_yoink("musl_libc_notice");
// something as substantive as this library, then we shall assume the
// application is meaty enough to benefit from the performance of the
// chromium zlib library (costs ~40kb binary) versus just having puff
__static_yoink("inflateInit2");
__static_yoink("inflate");
__static_yoink("inflateEnd");
__static_yoink("_Cz_inflateInit2");
__static_yoink("_Cz_inflate");
__static_yoink("_Cz_inflateEnd");
#endif
static char *