Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-13 | fileio: simplify mkostemp_safe() (#4090) | Topi Miettinen | |
According to its manual page, flags given to mkostemp(3) shouldn't include O_RDWR, O_CREAT or O_EXCL flags as these are always included. Beyond those, the only flag that all callers (except a few tests where it probably doesn't matter) use is O_CLOEXEC, so set that unconditionally. | |||
2016-03-03 | tests: move fd-util related tests to test-fd-util.c | Ronny Chevalier | |