diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index c0075f1e..1486cb8c 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -2,6 +2,14 @@ #include "fs_lstat.hpp" +static +inline +std::error_code +_ec(const int errno_) +{ + +} + fs::ecpath fs::find_mount_point(const ghc::filesystem::path &path_) {