View | Details | Raw Unified | Return to bug 241849 | Differences between
and this patch

Collapse All | Expand All

(-)b/lang/ghc/files/patch-rts_posix_Itimer.c (+11 lines)
Added Link Here
1
--- rts/posix/Itimer.c.orig	2020-05-25 18:21:14 UTC
2
+++ rts/posix/Itimer.c
3
@@ -48,7 +48,7 @@
4
 #define USE_PTHREAD_FOR_ITIMER
5
 #endif
6
 
7
-#if defined(freebsd_HOST_OS) && defined(THREADED_RTS)
8
+#if defined(freebsd_HOST_OS)
9
 #define USE_PTHREAD_FOR_ITIMER
10
 #endif
11
 

Return to bug 241849