[libcxx-commits] [PATCH] D59839: Open fstream files in O_CLOEXEC mode when possible.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 1 11:26:39 PDT 2019
ldionne requested changes to this revision.
ldionne added inline comments.
This revision now requires changes to proceed.
Herald added a subscriber: dexonsmith.
================
Comment at: libcxx/include/__config:1460
+#if _LIBCPP_GLIBC_PREREQ(2, 7) || defined(__BIONIC__)
+# define _LIBCPP_FOPEN_CLOEXEC_MODE "e"
+#else
----------------
Please leave a comment explaining what this is.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59839/new/
https://reviews.llvm.org/D59839
More information about the libcxx-commits
mailing list