error: ‘AT_FDCWD’ was not declared in this scope
| ^~~~ /home/naga/Naga/E-Linux/apt/apt-main/apt-pkg/contrib/fileutl.cc: In function ‘std::string GetTempDirEnv(const char*)’: /home/naga/Naga/E-Linux/apt/apt-main/apt-pkg/contrib/fileutl.cc:3101:20: error: ‘AT_FDCWD’ was not declared in this scope 3101 | faccessat(AT_FDCWD, tmpdir, R_OK | W_OK | X_OK, AT_EACCESS) != 0) // current user has rwx access to directory | ^~~~~~~~ /home/naga/Naga/E-Linux/apt/apt-main/apt-pkg/contrib/fileutl.cc:3101:58: error: ‘AT_EACCESS’ was not declared in this scope; did you mean ‘DN_ACCESS’? 3101 | faccessat(AT_FDCWD, […]