const golang.org/x/sys/unix.ENOSYS
4 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L190: if err != ENOSYS {
syscall_linux.go#L202: if err != ENOSYS {
syscall_linux.go#L2165: if err := Faccessat2(dirfd, path, mode, flags); err != ENOSYS && err != EPERM {
zerrors_linux_amd64.go#L594: ENOSYS = syscall.Errno(0x26)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)