const internal/syscall/unix.AT_FDCWD

3 uses

	internal/syscall/unix (current package)
		at_sysnum_linux.go#L21: 	AT_FDCWD            = -0x64
		eaccess.go#L23: 	return faccessat(AT_FDCWD, path, mode, AT_EACCESS)
		fchmodat_linux.go#L50: 	return syscall.Fchmodat(AT_FDCWD, procPath, mode, flags&^AT_SYMLINK_NOFOLLOW)