[libcxx-commits] [PATCH] D63328: [libc++] Avoid using timespec when it might not be available

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 19 08:59:08 PDT 2019


ldionne added a comment.

>From my perspective, this patch is fine since we already have `__libcpp_condvar_t` and `__libcpp_mutex_t`, so in some way we're even making things more consistent. I'll commit this tomorrow unless there are reasons why this is harmful.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63328/new/

https://reviews.llvm.org/D63328





More information about the libcxx-commits mailing list