fix openssl

This commit is contained in:
lizzie 2026-02-26 01:07:06 +00:00
parent 91cf865eea
commit e71ba093b8
2 changed files with 14 additions and 0 deletions

View file

@ -16,7 +16,17 @@ STUB_WEAK(ZSTD_trace_compress_begin)
STUB_WEAK(ZSTD_trace_compress_end)
STUB_WEAK(ZSTD_trace_decompress_begin)
STUB_WEAK(ZSTD_trace_decompress_end)
FILE* __stderrp = stdout;
FILE* __stdinp = stdin;
extern "C" {
struct _RuneLocale;
thread_local const _RuneLocale *_ThreadRuneLocale = NULL;
const _RuneLocale *_CurrentRuneLocale = NULL;
int __isthreaded = 0;
int __mb_sb_limit = 0;
}
#undef STUB_WEAK