const syscall.ERANGE

4 uses

	syscall (current package)
		zerrors_linux_amd64.go#L1291: 	ERANGE          = Errno(0x22)

	os
		error_errno.go#L15: 	errERANGE = syscall.ERANGE
		file_unix.go#L453: 		if (runtime.GOOS == "aix" || runtime.GOOS == "wasip1") && err == syscall.ERANGE {
		root_unix.go#L185: 		if e == syscall.ERANGE {