From 50fce7440fca6a095f1cc6266f7cdb47435b1e7c Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 11:55:40 -0500 Subject: [PATCH] fs_find_mount_point.cpp --- src/fs_find_mount_point.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index 1486cb8c..ec2e5be7 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -5,7 +5,7 @@ static inline std::error_code -_ec(const int errno_) +ecerrno(const int errno_) { }