Constant naughtyfy::flags::O_LARGEFILE

source ·
pub const O_LARGEFILE: u32 = 100000;
Expand description

Enable support for files exceeding 2 GB. Failing to set this flag will result in an EOVERFLOW error when trying to open a large file which is monitored by an fanotify group on a 32-bit system.