aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/DynamicLinker/Prim.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/DynamicLinker/Prim.hsc')
-rw-r--r--System/Posix/DynamicLinker/Prim.hsc12
1 files changed, 6 insertions, 6 deletions
diff --git a/System/Posix/DynamicLinker/Prim.hsc b/System/Posix/DynamicLinker/Prim.hsc
index 9e4dde7..e737918 100644
--- a/System/Posix/DynamicLinker/Prim.hsc
+++ b/System/Posix/DynamicLinker/Prim.hsc
@@ -9,7 +9,7 @@
-- Module : System.Posix.DynamicLinker.Prim
-- Copyright : (c) Volker Stolz <vs@foldr.org> 2003
-- License : BSD-style (see the file libraries/base/LICENSE)
---
+--
-- Maintainer : vs@foldr.org
-- Stability : provisional
-- Portability : non-portable (requires POSIX)
@@ -39,10 +39,10 @@ where
#include "HsUnix.h"
-import Data.Bits ( (.|.) )
-import Foreign.Ptr ( Ptr, FunPtr, nullPtr )
+import Data.Bits ( (.|.) )
+import Foreign.Ptr ( Ptr, FunPtr, nullPtr )
import Foreign.C.Types
-import Foreign.C.String ( CString )
+import Foreign.C.String ( CString )
-- |On some hosts (e.g. SuSe and Ubuntu Linux) 'RTLD_NEXT' (and
@@ -75,10 +75,10 @@ haveRtldLocal = True
-- |Flags for 'System.Posix.DynamicLinker.dlopen'.
-data RTLDFlags
+data RTLDFlags
= RTLD_LAZY
| RTLD_NOW
- | RTLD_GLOBAL
+ | RTLD_GLOBAL
| RTLD_LOCAL
deriving (Show, Read)