Browse Source

fs_acl.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
20379e4dec
  1. 7
      src/fs_acl.cpp

7
src/fs_acl.cpp

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