summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/posix/Itimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/Itimer.c b/rts/posix/Itimer.c
index e889cdfad9..80925df703 100644
--- a/rts/posix/Itimer.c
+++ b/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