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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to