commit | 8ff1b6b6033aad55fadf076f066da5d8b7d2e631 | [log] [tgz] |
---|---|---|
author | Michael Sevakis <jethead71@rockbox.org> | Sun Feb 12 21:56:44 2017 -0500 |
committer | Michael Sevakis <jethead71@rockbox.org> | Tue Feb 14 17:54:50 2017 -0500 |
tree | 9f1a00ad14a0b47920bfe16a4c4fc21bcfd83f9c | |
parent | dc22522c2c21f058333e4383d644cb18f355ac76 [diff] |
Remove FF_CREAT and FF_EXCL flags in from file code. These flags aren't stored for an open file because they're simply actions for open() to take, corresponding to O_CREAT and O_EXCL. Just pass the oflag argument along to the deeper call, with some minor filtering. Change-Id: Ic8bcfba718ebf4228bdc45de3088af1974820557