fs_openat.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-06 23:28:46 -06:00
parent 6af1ee31b3
commit 2221d5c4a5

View File

@ -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;