Constant lrs::file::flags::FILE_LARGE

Allow opening large files on 32 bit systems.

Syntax

const FILE_LARGE: FileFlags = FileFlags(O_LARGEFILE);

Remarks

The implementation always sets this flag.

See also