[PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads

Jon Roelofs jonathan at codesourcery.com
Sat May 31 08:51:59 PDT 2014


================
Comment at: sources/cxx-stl/llvm-libc++/libcxx/include/__config:14
@@ -13,1 +13,3 @@
 
+#include <unistd.h>
+
----------------
awong also suggested that I wrap this in an `#if !_WIN32`.

http://reviews.llvm.org/D3969






More information about the cfe-commits mailing list