[libcxx-commits] [PATCH] D116944: [libc++] Split a few utilities out of __threading_support
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 24 08:19:23 PST 2022
ldionne added a comment.
In D116944#3254049 <https://reviews.llvm.org/D116944#3254049>, @miyuki wrote:
> @ldionne, the reason for using `__libcpp_timespec_t` is the `_LIBCPP_HAS_THREAD_API_EXTERNAL` configuration. In that case `__libcpp_timespec_t` is defined in the `__external_threading` header.
There you go, I knew there was a reason. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116944/new/
https://reviews.llvm.org/D116944
More information about the libcxx-commits
mailing list