Internal change.

PiperOrigin-RevId: 343419851
This commit is contained in:
gVisor bot 2020-11-19 20:01:37 -08:00
parent fbc4a8dbd1
commit ed8185fc75
1 changed files with 1 additions and 1 deletions

View File

@ -2459,7 +2459,7 @@ void CheckDuplicatesRecursively(std::string path) {
return;
}
auto dir_closer = Cleanup([&dir]() { closedir(dir); });
std::unordered_set<std::string> children;
absl::node_hash_set<std::string> children;
while (true) {
// Readdir(3): If the end of the directory stream is reached, NULL is
// returned and errno is not changed. If an error occurs, NULL is