crosvm/io_uring/tests
Daniel Verkamp 58a06581bc base: linux: remove pipe() close_on_exec argument
Every caller passes `true`. If a hypothetical future caller wants pipe
descriptors that are not O_CLOEXEC, then they can use `pipe()` plus
`clear_descriptor_cloexec()`.

BUG=None
TEST=tools/dev_container tools/presubmit

Change-Id: If9aa62653e00a163824157819ddd2fce849fe348
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5251099
Reviewed-by: Frederick Mayle <fmayle@google.com>
Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2024-02-01 19:33:27 +00:00
..
uring.rs base: linux: remove pipe() close_on_exec argument 2024-02-01 19:33:27 +00:00