aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/DynamicLinker
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/DynamicLinker')
-rw-r--r--System/Posix/DynamicLinker/Prim.hsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/System/Posix/DynamicLinker/Prim.hsc b/System/Posix/DynamicLinker/Prim.hsc
index 00457f1..2ab3a20 100644
--- a/System/Posix/DynamicLinker/Prim.hsc
+++ b/System/Posix/DynamicLinker/Prim.hsc
@@ -106,8 +106,8 @@ packRTLDFlag RTLD_LOCAL = #const RTLD_LOCAL
packRTLDFlag RTLD_LOCAL = error "RTLD_LOCAL not available"
#endif /* HAVE_RTLDLOCAL */
--- |Flags for 'dlsym'. Notice that @Next@ might not be available on
--- your particular platform!
+-- |Flags for 'System.Posix.DynamicLinker.dlsym'. Notice that 'Next'
+-- might not be available on your particular platform!
data DL = Null | Next | Default | DLHandle (Ptr ()) deriving (Show)