mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 22:14:05 +08:00
fs_find_mount_point.cpp
This commit is contained in:
parent
62f9806a27
commit
6a9474c714
@ -5,7 +5,7 @@
|
||||
static
|
||||
inline
|
||||
std::error_code
|
||||
ecerrno(const int errno_)
|
||||
ecerrno(const int errno_ = errno)
|
||||
{
|
||||
return std::make_error_code(errno_,std::generic_category());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user