mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 11:08:02 +02:00
Fix wasm compile error with lseek64, ftruncate64
This commit is contained in:
parent
145ba4b0a3
commit
659aeefa61
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#define lseek64 lseek
|
||||
#define ftruncate64 ftruncate
|
||||
|
||||
#include "../posix/PosixCommon.cpp"
|
||||
|
||||
extern "C" uintptr_t _Unwind_GetIP(struct _Unwind_Context *context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue