aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Signals/Exts.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Signals/Exts.hsc')
-rw-r--r--System/Posix/Signals/Exts.hsc5
1 files changed, 5 insertions, 0 deletions
diff --git a/System/Posix/Signals/Exts.hsc b/System/Posix/Signals/Exts.hsc
index f539245..a889340 100644
--- a/System/Posix/Signals/Exts.hsc
+++ b/System/Posix/Signals/Exts.hsc
@@ -1,6 +1,11 @@
#ifdef __GLASGOW_HASKELL__
+#if defined(SIGINFO) || defined(SIGWINCH)
{-# LANGUAGE Trustworthy #-}
+#else
+{-# LANGUAGE Safe #-}
#endif
+#endif
+
-----------------------------------------------------------------------------
-- |
-- Module : System.Posix.Signals.Exts