mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-28 16:15:34 +02:00
fixup for new openssl
This commit is contained in:
parent
599677a6dc
commit
6f689a0885
4 changed files with 80 additions and 13 deletions
7
externals/ps4sup/stub.cpp
vendored
7
externals/ps4sup/stub.cpp
vendored
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue