1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 12:02:21 +02:00
Beef/BeefySysLib/platform/wasm/WasmCommon.cpp
2023-07-27 07:16:18 -07:00

9 lines
173 B
C++

#define lseek64 lseek
#define ftruncate64 ftruncate
#include "../posix/PosixCommon.cpp"
extern "C" uintptr_t _Unwind_GetIP(struct _Unwind_Context *context)
{
return 0;
}