ci: Enable libc-wasi compilation test on NuttX (#1918)

This commit is contained in:
Huang Qi
2023-01-28 12:39:14 +08:00
committed by GitHub
parent 9eed6686df
commit 58316635d4
2 changed files with 5 additions and 1 deletions

View File

@ -3226,6 +3226,7 @@ wasi_ssp_sock_get_reuse_port(
#else
errno = ENOTSUP;
ret = BHT_ERROR;
optval = 0;
#endif /* defined(SO_REUSEPORT) */
fd_object_release(fo);