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;