[libcxx-commits] [PATCH] D113298: [SystemZ][z/OS] Fix filesystem testing

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 17 14:22:11 PST 2021


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/test/support/filesystem_test_helper.h:196-200
+#if defined(_WIN32) || defined(__MVS__)
 #define FOPEN_CLOEXEC_FLAG ""
+#else
+#define FOPEN_CLOEXEC_FLAG "e"
 #endif
----------------
While we're at it, let's format them correctly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113298/new/

https://reviews.llvm.org/D113298



More information about the libcxx-commits mailing list