[libcxx-commits] [PATCH] D88599: [SystemZ][ZOS] Porting pthread_t related functionality within libc++ to z/OS
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 16 12:31:47 PDT 2020
mclow.lists added inline comments.
================
Comment at: libcxx/include/mutex:283
size_t __count_;
- __thread_id __id_;
+ __thread_t __t_;
public:
----------------
Can't make this change. This is an ABI break if `sizeof(__thread_id) != sizeof(__thread_t)`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88599/new/
https://reviews.llvm.org/D88599
More information about the libcxx-commits
mailing list