const syscall.ENOSYS
7 uses
syscall (current package)
zerrors_linux_amd64.go#L1294: ENOSYS = Errno(0x26)
internal/poll
copy_file_range_linux.go#L76: case syscall.ENOSYS:
fd_unix.go#L703: case syscall.EINVAL, syscall.ENOSYS:
sock_cloexec.go#L27: case syscall.ENOSYS: // syscall missing
internal/syscall/unix
getrandom.go#L26: return 0, syscall.ENOSYS
getrandom.go#L33: if errno == syscall.ENOSYS {
os
wait_waitid.go#L42: if e == syscall.ENOSYS {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)