From 20379e4deca9fb135c05742a5873020badfd36b6 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 6 Feb 2024 23:44:53 -0600 Subject: [PATCH] fs_acl.cpp --- src/fs_acl.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/fs_acl.cpp b/src/fs_acl.cpp index 3737bc16..5f3828ca 100644 --- a/src/fs_acl.cpp +++ b/src/fs_acl.cpp @@ -40,5 +40,12 @@ namespace fs return (rv != -1); } + + bool + dir_has_defaults(const int fd_, + const ghc::filesystem::path &relpath_) + { + + } } }