[Git][ghc/ghc][master] Always define USE_PTHREAD_FOR_ITIMER for FreeBSD.

Marge Bot gitlab at gitlab.haskell.org
Fri May 29 05:42:02 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
998450f4 by Gleb Popov at 2020-05-29T01:41:53-04:00
Always define USE_PTHREAD_FOR_ITIMER for FreeBSD.

- - - - -


1 changed file:

- rts/posix/Itimer.c


Changes:

=====================================
rts/posix/Itimer.c
=====================================
@@ -48,7 +48,7 @@
 #define USE_PTHREAD_FOR_ITIMER
 #endif
 
-#if defined(freebsd_HOST_OS) && defined(THREADED_RTS)
+#if defined(freebsd_HOST_OS)
 #define USE_PTHREAD_FOR_ITIMER
 #endif
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/998450f4c67e8f701455927c9619b8d53f2b733b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/998450f4c67e8f701455927c9619b8d53f2b733b
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200529/cd0faa96/attachment.html>


More information about the ghc-commits mailing list