[libcxx-commits] [PATCH] D91875: [SystemZ][ZOS] Fix the usage of pthread_t within libc++
Zbigniew Sarbinowski via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 4 11:28:01 PST 2020
zibi marked an inline comment as done.
zibi added inline comments.
================
Comment at: libcxx/include/__threading_support:93
+#if defined(__MVS__)
+ #define _LIBCPP_NULL_THREAD ((__libcpp_thread_t()))
+#else
----------------
ldionne wrote:
> Why don't we always define it that way? This is valid also on other platforms, no?
Yeap, let's do that. Thanks for suggestion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91875/new/
https://reviews.llvm.org/D91875
More information about the libcxx-commits
mailing list