[PATCH] D54338: Fix threads build on GNU/Hurd

Kamil Rytarowski via Phabricator reviews at reviews.llvm.org
Sat Nov 10 04:04:56 PST 2018


krytarowski added a comment.

In https://reviews.llvm.org/D54338#1294141, @sthibaul wrote:

> So that'd be it? I don't know if libcxx supports more than free/net/open bsd and apple ?


There is also `__DragonFly__`.



================
Comment at: src/thread.cpp:24
 #   include <sys/sysctl.h>
 # endif // defined(BSD)
 #endif // defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
----------------
Please fix this line too.


https://reviews.llvm.org/D54338





More information about the libcxx-commits mailing list