io/FileOutputStream: write to temporary file if O_TMPFILE is not available

This commit is contained in:
Max Kellermann
2022-05-12 19:26:49 +02:00
parent c344403bed
commit 0c98d93e9a
3 changed files with 88 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ test(
include_directories: inc,
dependencies: [
net_dep,
fs_dep,
gtest_dep,
],
),