Browse Source

fs_find_mount_point.cpp

inodecalc
Antonio SJ Musumeci 3 weeks ago
parent
commit
33c95207d9
  1. 8
      src/fs_find_mount_point.cpp

8
src/fs_find_mount_point.cpp

@ -2,6 +2,14 @@
#include "fs_lstat.hpp" #include "fs_lstat.hpp"
static
inline
std::error_code
_ec(const int errno_)
{
}
fs::ecpath fs::ecpath
fs::find_mount_point(const ghc::filesystem::path &path_) fs::find_mount_point(const ghc::filesystem::path &path_)
{ {

Loading…
Cancel
Save