From ed8185fc754e7820c31a9df441dbb47a92d466df Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Thu, 19 Nov 2020 20:01:37 -0800 Subject: [PATCH] Internal change. PiperOrigin-RevId: 343419851 --- test/syscalls/linux/proc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/syscalls/linux/proc.cc b/test/syscalls/linux/proc.cc index 7a0f33dff..47028639f 100644 --- a/test/syscalls/linux/proc.cc +++ b/test/syscalls/linux/proc.cc @@ -2459,7 +2459,7 @@ void CheckDuplicatesRecursively(std::string path) { return; } auto dir_closer = Cleanup([&dir]() { closedir(dir); }); - std::unordered_set children; + absl::node_hash_set 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