blank syscall.SetNonblock on wasm
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user