File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6565 " boards/risc-v/k210/maix-bit/configs/nsh" ,
6666 ]
6767 wamr_config_option : [
68- " CONFIG_INTERPRETERS_WAMR=y\\ nCONFIG_INTERPRETERS_WAMR_AOT=y\\ nCONFIG_INTERPRETERS_WAMR_FAST=y\\ nCONFIG_INTERPRETERS_WAMR_LIBC_BUILTIN=y\\ n" ,
6968 " CONFIG_INTERPRETERS_WAMR=y\\ nCONFIG_INTERPRETERS_WAMR_AOT=y\\ nCONFIG_INTERPRETERS_WAMR_FAST=y\\ n" ,
69+ " CONFIG_INTERPRETERS_WAMR=y\\ nCONFIG_INTERPRETERS_WAMR_AOT=y\\ nCONFIG_INTERPRETERS_WAMR_FAST=y\\ nCONFIG_INTERPRETERS_WAMR_LIBC_WASI=y\\ n" ,
70+ " CONFIG_INTERPRETERS_WAMR=y\\ nCONFIG_INTERPRETERS_WAMR_AOT=y\\ nCONFIG_INTERPRETERS_WAMR_FAST=y\\ nCONFIG_INTERPRETERS_WAMR_LIBC_BUILTIN=y\\ n" ,
7071 " CONFIG_INTERPRETERS_WAMR=y\\ nCONFIG_INTERPRETERS_WAMR_AOT=y\\ nCONFIG_INTERPRETERS_WAMR_CLASSIC=y\\ n" ,
72+ " CONFIG_INTERPRETERS_WAMR=y\\ nCONFIG_INTERPRETERS_WAMR_AOT=y\\ nCONFIG_INTERPRETERS_WAMR_CLASSIC=y\\ nCONFIG_INTERPRETERS_WAMR_LIBC_WASI=y\\ n" ,
73+ " CONFIG_INTERPRETERS_WAMR=y\\ nCONFIG_INTERPRETERS_WAMR_AOT=y\\ nCONFIG_INTERPRETERS_WAMR_CLASSIC=y\\ nCONFIG_INTERPRETERS_WAMR_LIBC_BUILTIN=y\\ n" ,
7174 " CONFIG_INTERPRETERS_WAMR=y\\ nCONFIG_INTERPRETERS_WAMR_AOT=y\\ nCONFIG_INTERPRETERS_WAMR_LIBC_BUILTIN=y\\ n" ,
7275 " CONFIG_INTERPRETERS_WAMR=y\\ nCONFIG_INTERPRETERS_WAMR_AOT=y\\ n" ,
7376 " CONFIG_INTERPRETERS_WAMR=y\\ nCONFIG_INTERPRETERS_WAMR_FAST=y\\ n" ,
Original file line number Diff line number Diff line change @@ -3226,6 +3226,7 @@ wasi_ssp_sock_get_reuse_port(
32263226#else
32273227 errno = ENOTSUP ;
32283228 ret = BHT_ERROR ;
3229+ optval = 0 ;
32293230#endif /* defined(SO_REUSEPORT) */
32303231
32313232 fd_object_release (fo );
You can’t perform that action at this time.
0 commit comments