[libcxx-commits] [PATCH] D92110: [SystemZ][ZOS] Provide PATH_MAX macro for libcxx
Zbigniew Sarbinowski via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 26 11:39:09 PST 2020
zibi added a comment.
Alternatively we can do this:
-#if defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112
+#if defined(__MVS__) || (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92110/new/
https://reviews.llvm.org/D92110
More information about the libcxx-commits
mailing list