[PATCH] D28854: raw_fd_ostream: Make file handles non-inheritable by default

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 07:32:28 PST 2017


On 18 January 2017 at 09:34, Pavel Labath via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>
> The current versions of linux, freebsd and osx all support this flag.
> However, it's a relatively recent addition, so I am not sure whether
> that covers all versions we still support (e.g. on linux, it is
> present since kernel version 2.6.23 -- RHEL 5 is on 2.6.18). I am also
> not sure what is the state on the more exotic unix variants.

For reference, FreeBSD added it in 2011, and it is available in all
supported FreeBSD releases.


More information about the llvm-commits mailing list