fs_find_mount_point.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-16 00:18:40 -05:00
parent 25640b9c0b
commit d2bed6c050

View File

@ -2,7 +2,7 @@
#include "fs_lstat.hpp"
int
ghc::filesystem::path
fs::find_mount_point(const ghc::filesystem::path &path_)
{
int rv;