-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63270/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Greg Mann, and Jie Yu.
Bugs: MESOS-8128
https://issues.apache.org/jira/browse/MESOS-8128
Repository: mesos
Description
-------
Updated `os::pipe()` to always return O_CLOEXEC descriptors, atomically
if we are on Linux and the `pipe2(2)` sytem call is available.
Diffs
-----
3rdparty/stout/include/stout/os/posix/pipe.hpp
ac76224ff8fa1cc535c78731580e77a27967136a
README.md e3ca837515afe3daa00996562b3f86c77cce0909
docs/advanced-contribution.md 6af24ccf32745dada7bb9b637a7ccd37b4769c72
docs/beginner-contribution.md 471f5dd0da30d921cc3b29484d2b02f164f8ca75
Diff: https://reviews.apache.org/r/63270/diff/1/
Testing
-------
make check (Fedora 25)
Thanks,
James Peach