Allow opening large files on 32 bit systems.
const FILE_LARGE: FileFlags = FileFlags(O_LARGEFILE);
The implementation always sets this flag.
open(2) and O_LARGEFILE therein