[libcxx-commits] [PATCH] D119966: [SystemZ][z/OS] Add OPEN_THREAD version of pthread function call
Zibi Sarbino via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 16 18:54:52 PST 2022
zibi accepted this revision.
zibi added a comment.
LGTM, with format suggestion.
================
Comment at: libcxx/include/__threading_support:426
+#elif defined(_OPEN_THREADS)
+ return pthread_detach(__t);
+#else
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119966/new/
https://reviews.llvm.org/D119966
More information about the libcxx-commits
mailing list