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