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

10 lines
173 B
C++
Raw Permalink Normal View History

#define lseek64 lseek
#define ftruncate64 ftruncate
2020-08-06 09:24:37 -07:00
#include "../posix/PosixCommon.cpp"
extern "C" uintptr_t _Unwind_GetIP(struct _Unwind_Context *context)
{
return 0;
}