Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions expected/wasm32-wasip2/defined-symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,6 @@ __wasilibc_rmdirat
__wasilibc_sockaddr_to_wasi
__wasilibc_sockaddr_validate
__wasilibc_stat
__wasilibc_tcp_getsockopt
__wasilibc_tcp_setsockopt
__wasilibc_tell
__wasilibc_unlinkat
__wasilibc_unspecified_addr
Expand Down Expand Up @@ -1346,7 +1344,6 @@ tanl
tcp_borrow_tcp_socket
tcp_create_socket_create_tcp_socket
tcp_create_socket_result_own_tcp_socket_error_code_free
tcp_getpeername
tcp_ip_socket_address_free
tcp_method_tcp_socket_accept
tcp_method_tcp_socket_address_family
Expand Down
2 changes: 0 additions & 2 deletions expected/wasm32-wasip3/defined-symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,6 @@ __wasilibc_rmdirat
__wasilibc_sockaddr_to_wasi
__wasilibc_sockaddr_validate
__wasilibc_stat
__wasilibc_tcp_getsockopt
__wasilibc_tcp_setsockopt
__wasilibc_tell
__wasilibc_unlinkat
__wasilibc_unspecified_addr
Expand Down
4 changes: 1 addition & 3 deletions libc-bottom-half/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ else()
sources/socket.c
sources/sockets_utils.c
sources/sockopt.c
sources/tcp_sockopt.c
sources/tcp.c
)
endif()

Expand All @@ -156,7 +156,6 @@ if(WASI STREQUAL "p2")
sources/wasip2_file.c
sources/wasip2_file_utils.c
sources/wasip2_stdio.c
sources/wasip2_tcp.c
sources/wasip2_udp.c
)
endif()
Expand All @@ -168,7 +167,6 @@ if (WASI STREQUAL "p3")
sources/wasip3_file.c
sources/wasip3_file_utils.c
sources/wasip3_stdio.c
sources/wasip3_tcp.c
sources/wasip3_udp.c
)
endif()
Expand Down
Loading