[PATCH] D28220: provide Win32 native threading

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 16:29:11 PST 2017


EricWF added a comment.

Just tried the updated patch and I still get one build error:

  C:\Users\Eric\workspace\libcxx\src\thread.cpp(135,16):  error: use of undeclared identifier 'nanosleep'
          while (nanosleep(&ts, &ts) == -1 && errno == EINTR)


Repository:
  rL LLVM

https://reviews.llvm.org/D28220





More information about the cfe-commits mailing list