Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ned14/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/llfio/v2.0/detail/impl/posix/pipe_handle.ipp')
-rw-r--r--include/llfio/v2.0/detail/impl/posix/pipe_handle.ipp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llfio/v2.0/detail/impl/posix/pipe_handle.ipp b/include/llfio/v2.0/detail/impl/posix/pipe_handle.ipp
index 89c882ef..4d419628 100644
--- a/include/llfio/v2.0/detail/impl/posix/pipe_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/pipe_handle.ipp
@@ -105,7 +105,7 @@ result<pipe_handle> pipe_handle::pipe(pipe_handle::path_view_type path, pipe_han
#ifdef __APPLE__
native_handle_type dirhfd_;
dirhfd_.fd = dirhfd;
- path_handle dirhfdwrap(dirhfd_, path_handle::caching::none, path_handle::flag::none);
+ path_handle dirhfdwrap(dirhfd_, path_handle::flag::none);
auto dirhpath = dirhfdwrap.current_path();
dirhfdwrap.release();
OUTCOME_TRY(std::move(dirhpath));