Browse Source

fs_openat.hpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
dcfc5e0f60
  1. 2
      src/fs_openat.hpp

2
src/fs_openat.hpp

@ -65,7 +65,7 @@ namespace fs
{ {
return fs::openat(dirfd_,pathname_.string().c_str(),flags_); return fs::openat(dirfd_,pathname_.string().c_str(),flags_);
} }
static static
inline inline
int int

Loading…
Cancel
Save