wasm
This commit is contained in:
parent
47b135aca0
commit
f90881b03d
9824 changed files with 1706556 additions and 114 deletions
10
binlib/wasi-sysroot-28.0/include/wasm32-wasip1/__seek.h
Normal file
10
binlib/wasi-sysroot-28.0/include/wasm32-wasip1/__seek.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef __wasilibc___seek_h
|
||||
#define __wasilibc___seek_h
|
||||
|
||||
#include <wasi/api.h>
|
||||
|
||||
#define SEEK_CUR __WASI_WHENCE_CUR
|
||||
#define SEEK_END __WASI_WHENCE_END
|
||||
#define SEEK_SET __WASI_WHENCE_SET
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue