const syscall.EMLINK

2 uses

	syscall (current package)
		zerrors_linux_amd64.go#L1242: 	EMLINK          = Errno(0x1f)

	os
		eloop_other.go#L17: 	case syscall.ELOOP, syscall.EMLINK: