fs_acl.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-06 23:44:53 -06:00
parent e65946991c
commit 20379e4dec

View File

@ -40,5 +40,12 @@ namespace fs
return (rv != -1);
}
bool
dir_has_defaults(const int fd_,
const ghc::filesystem::path &relpath_)
{
}
}
}