freebsd-ports/lang/ghc/files/patch-rts_posix_Itimer.c
Gleb Popov 03d81dda1c lang/ghc: Add patch for timer machinery.
PR:		241849
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2020-05-26 20:18:41 +00:00

11 lines
262 B
C

--- rts/posix/Itimer.c.orig 2020-02-24 23:55:56 UTC
+++ 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