mirror of https://github.com/trapexit/mergerfs.git
Browse Source
src/fs_clonefile.cpp:199:34: error: use of undeclared identifier 'O_LARGEFILE'
const int flags = O_CREAT|O_LARGEFILE|O_NOATIME|O_NOFOLLOW|O_TRUNC|O_WRONLY;
^
src/fs_clonefile.cpp:199:46: error: use of undeclared identifier 'O_NOATIME'
const int flags = O_CREAT|O_LARGEFILE|O_NOATIME|O_NOFOLLOW|O_TRUNC|O_WRONLY;
pull/331/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue