fixup for new openssl

This commit is contained in:
lizzie 2026-06-25 09:24:11 +00:00
parent 599677a6dc
commit 6f689a0885
4 changed files with 80 additions and 13 deletions

View file

@ -21,6 +21,13 @@ STUB_WEAK(ZSTD_trace_compress_end)
STUB_WEAK(ZSTD_trace_decompress_begin)
STUB_WEAK(ZSTD_trace_decompress_end)
extern "C" thread_local struct {
char pad[512];
} _ThreadRuneLocale = {};
extern "C" struct {
char pad[512];
} __h_errno = {};
FILE* __stderrp = stdout;
FILE* __stdinp = stdin;