[PATCH] D54339: Fix threads detection on GNU/Hurd

Samuel Thibault via Phabricator reviews at reviews.llvm.org
Fri Nov 9 11:28:44 PST 2018


sthibaul created this revision.
sthibaul added reviewers: EricWF, howard.hinnant, joerg.
Herald added subscribers: libcxx-commits, ldionne, krytarowski.

GNU/Hurd provides standard Posix threads


Repository:
  rCXX libc++

https://reviews.llvm.org/D54339

Files:
  include/__config


Index: include/__config
===================================================================
--- include/__config
+++ include/__config
@@ -1143,6 +1143,7 @@
       defined(__Fuchsia__) || \
       defined(__NetBSD__) || \
       defined(__linux__) || \
+      defined(__GNU__) || \
       defined(__APPLE__) || \
       defined(__CloudABI__) || \
       defined(__sun__) || \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54339.173395.patch
Type: text/x-patch
Size: 375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181109/5a37232f/attachment.bin>


More information about the libcxx-commits mailing list