[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
Mon Jun 17 13:38:38 PDT 2019


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

I don't mind the change (it's safe, simple, etc.). However, I don't understand why `timespec` is being tied to threads and `< __external_threading>`. Is is possible that it's only a  convenient way of doing it right now?


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