mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-14 01:45:12 +08:00
define O_LARGEFILE and O_NOATIME if needed
This commit is contained in:
parent
00c814dc58
commit
157dae0d2f
@ -37,6 +37,14 @@
|
||||
#include "fs_sendfile.hpp"
|
||||
#include "fs_xattr.hpp"
|
||||
|
||||
#ifndef O_LARGEFILE
|
||||
# define O_LARGEFILE 0
|
||||
#endif
|
||||
|
||||
#ifndef O_NOATIME
|
||||
# define O_NOATIME 0
|
||||
#endif
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user