fs_wait_for_mount.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:10:41 -05:00
parent 84ab8c584f
commit 9bec78858e

View File

@ -156,7 +156,7 @@ _wait_for_mount(const struct stat &src_st_,
}
int
fs::wait_for_mount(const fs::Path &src_path_,
fs::wait_for_mount(const fs::Path src_path_,
const fs::PathVector &tgt_paths_,
const std::chrono::milliseconds &timeout_)
{