Skip to content

Commit

Permalink
Update symbols list
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshia001 committed Feb 12, 2025
1 parent b75247f commit d3c2d84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions expected/wasm32-wasi/defined-symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,10 @@ __wasi_fd_allocate
__wasi_fd_close
__wasi_fd_datasync
__wasi_fd_dup
__wasi_fd_dup2
__wasi_fd_event
__wasi_fd_fdflags_get
__wasi_fd_fdflags_set
__wasi_fd_fdstat_get
__wasi_fd_fdstat_set_flags
__wasi_fd_fdstat_set_rights
Expand Down Expand Up @@ -410,6 +413,7 @@ __wasi_path_filestat_get
__wasi_path_filestat_set_times
__wasi_path_link
__wasi_path_open
__wasi_path_open2
__wasi_path_readlink
__wasi_path_remove_directory
__wasi_path_rename
Expand Down
3 changes: 2 additions & 1 deletion expected/wasm32-wasi/predefined-macros.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2316,7 +2316,7 @@
#define OPOST 0000001
#define O_ACCMODE (O_EXEC | O_RDWR | O_SEARCH)
#define O_APPEND __WASI_FDFLAGS_APPEND
#define O_CLOEXEC (0)
#define O_CLOEXEC (__WASI_FDFLAGSEXT_CLOEXEC << 24)
#define O_CREAT (__WASI_OFLAGS_CREAT << 12)
#define O_DIRECTORY (__WASI_OFLAGS_DIRECTORY << 12)
#define O_DSYNC __WASI_FDFLAGS_DSYNC
Expand Down Expand Up @@ -5949,6 +5949,7 @@
#define __WASI_EVENTTYPE_CLOCK (UINT8_C(0))
#define __WASI_EVENTTYPE_FD_READ (UINT8_C(1))
#define __WASI_EVENTTYPE_FD_WRITE (UINT8_C(2))
#define __WASI_FDFLAGSEXT_CLOEXEC ((__wasi_fdflagsext_t)(1 << 0))
#define __WASI_FDFLAGS_APPEND ((__wasi_fdflags_t)(1 << 0))
#define __WASI_FDFLAGS_DSYNC ((__wasi_fdflags_t)(1 << 1))
#define __WASI_FDFLAGS_NONBLOCK ((__wasi_fdflags_t)(1 << 2))
Expand Down
4 changes: 4 additions & 0 deletions expected/wasm32-wasi/undefined-symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,16 @@ __imported_wasix_32v1_epoll_create
__imported_wasix_32v1_epoll_ctl
__imported_wasix_32v1_epoll_wait
__imported_wasix_32v1_fd_dup
__imported_wasix_32v1_fd_dup2
__imported_wasix_32v1_fd_event
__imported_wasix_32v1_fd_fdflags_get
__imported_wasix_32v1_fd_fdflags_set
__imported_wasix_32v1_fd_pipe
__imported_wasix_32v1_futex_wait
__imported_wasix_32v1_futex_wake
__imported_wasix_32v1_futex_wake_all
__imported_wasix_32v1_getcwd
__imported_wasix_32v1_path_open2
__imported_wasix_32v1_port_addr_add
__imported_wasix_32v1_port_addr_clear
__imported_wasix_32v1_port_addr_list
Expand Down

0 comments on commit d3c2d84

Please sign in to comment.