Commit aa246fe
authored
2 files changed
+2
-2
lines changedSubmodule llvm-project updated 239 files
- libc-bottom-half/cloudlibc/src/common/time.h+25-1
- libc-bottom-half/cloudlibc/src/libc/dirent/scandirat.c+12-2
- libc-bottom-half/headers/private/wasi/descriptor_table.h+2
- libc-bottom-half/headers/private/wasi/file_utils.h+50-35
- libc-bottom-half/sources/accept-wasip2.c+2
- libc-bottom-half/sources/poll-wasip2.c+2
- libc-bottom-half/sources/recv.c+29-3
- libc-bottom-half/sources/send.c+28
- libc-bottom-half/sources/socket.c+2
- libc-bottom-half/sources/sockopt.c+34-5
- test/Makefile+1-1
- test/scripts/run-test.sh+98-2
- test/src/misc/poll-nonblocking-socket.c+60
- test/src/misc/setsockopt.c+79
- test/src/misc/sockets-client-handle-hangups.c+78
- test/src/misc/sockets-client-hangup-after-connect.c+52
- test/src/misc/sockets-client-hangup-after-sending.c+58
- test/src/misc/sockets-client-hangup-while-receiving.c+65
- test/src/misc/sockets-client-hangup-while-sending.c+62
- test/src/misc/sockets-client-udp-blocking.c+65
- test/src/misc/sockets-multiple-client.c+71
- test/src/misc/sockets-multiple-server.c+97
- test/src/misc/sockets-nonblocking-multiple.c+288
- test/src/misc/sockets-nonblocking-udp-multiple.c+219
- test/src/misc/sockets-nonblocking-udp-no-connection.c+106
- test/src/misc/sockets-nonblocking-udp.c+117
- test/src/misc/sockets-nonblocking.c+131
- test/src/misc/sockets-server-handle-hangups.c+74
- test/src/misc/sockets-server-hangup-before-recv.c+65
- test/src/misc/sockets-server-hangup-before-send.c+60
- test/src/misc/sockets-server-hangup-during-recv.c+64
- test/src/misc/sockets-server-hangup-during-send.c+62
- test/src/misc/sockets-server-udp-blocking.c+62
0 commit comments