Browse Source

fs_openat.hpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
2221d5c4a5
  1. 8
      src/fs_openat.hpp

8
src/fs_openat.hpp

@ -59,10 +59,10 @@ namespace fs
static static
inline inline
int 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; int rv;

Loading…
Cancel
Save