You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
POSIX compliant type names
This commit is contained in:
@@ -32,7 +32,7 @@ static const std::unordered_map<std::string, int> mount_flags_procfs = {
|
||||
{"relatime", MS_RELATIME},
|
||||
{"nosymfollow", MS_NOSYMFOLLOW}};
|
||||
|
||||
static bool shouldUnmount(const mountinfo_entry_t &mount, const mountinfo_root_resolver &root_resolver)
|
||||
static bool shouldUnmount(const mountinfo_entry &mount, const mountinfo_root_resolver &root_resolver)
|
||||
{
|
||||
const auto true_root = root_resolver.resolveRootOf(mount);
|
||||
const auto &mount_point = mount.getMountPoint();
|
||||
|
||||
Reference in New Issue
Block a user