mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 13:33:39 +08:00
fs_openat.hpp
This commit is contained in:
parent
6af1ee31b3
commit
2221d5c4a5
|
@ -59,10 +59,10 @@ namespace fs
|
||||||
static
|
static
|
||||||
inline
|
inline
|
||||||
int
|
int
|
||||||
openat(const int dirfd_,
|
openat(const int dirfd_,
|
||||||
const char *pathname_,
|
const ghc::filesystem::path &pathname_,
|
||||||
const int flags_,
|
const int flags_,
|
||||||
const mode_t mode_)
|
const mode_t mode_)
|
||||||
{
|
{
|
||||||
int rv;
|
int rv;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user