From 33c95207d9cc5ff2e028baf62e00a1619c5246c4 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 11:55:26 -0500 Subject: [PATCH] fs_find_mount_point.cpp --- src/fs_find_mount_point.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) 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_) {