WasmCommon.cpp 173 B

123456789
  1. #define lseek64 lseek
  2. #define ftruncate64 ftruncate
  3. #include "../posix/PosixCommon.cpp"
  4. extern "C" uintptr_t _Unwind_GetIP(struct _Unwind_Context *context)
  5. {
  6. return 0;
  7. }