blank syscall.SetNonblock on wasm

This commit is contained in:
Li Jie
2025-04-16 23:32:12 +08:00
parent 0d75bbace0
commit a56129d675

View File

@@ -350,7 +350,7 @@ const (
) )
func SetNonblock(fd int, nonblocking bool) error { func SetNonblock(fd int, nonblocking bool) error {
panic("todo: syscall.SetNonblock") return nil
} }
const ( const (