aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/syscall/errno_other.go
blob: a00109652526bf1780e95b09d20fe38d69d3d6f1 (plain)
1
2
3
4
5
//go:build !wasi && !wasip1 && !darwin

package syscall

func (e Errno) Is(target error) bool { return false }