Browse Source
By setting -DO_LARGEFILE on the cmake command line, it is actually the same as setting -DO_LARGEFILE=1. Since this constant is used inside code to set flags, a file would be opened with both READ_ONLY and READ_WRITE flag set. This of course will not be allowed by the kernelpull/114/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue