Browse Source

Merge pull request #531 from trapexit/o_path

fix building on platforms without O_PATH
pull/533/head 2.25.0
trapexit 6 years ago
committed by GitHub
parent
commit
606d9c4d3f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/fs_base_statvfs.hpp

4
src/fs_base_statvfs.hpp

@ -26,6 +26,10 @@
#include <string> #include <string>
#ifndef O_PATH
# define O_PATH 0
#endif
namespace fs namespace fs
{ {
static static

Loading…
Cancel
Save