unix-2.7.0.1: POSIX functionality

Copyright(c) Volker Stolz <vs@foldr.org> 2003
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainervs@foldr.org
Stabilityprovisional
Portabilitynon-portable (requires POSIX)
Safe HaskellTrustworthy
LanguageHaskell2010

System.Posix.DynamicLinker.Prim

Contents

Description

DLOpen and friend Derived from GModule.chs by M.Weber & M.Chakravarty which is part of c2hs I left the API more or less the same, mostly the flags are different.

Synopsis

low level API

c_dlsym :: Ptr () -> CString -> IO (FunPtr a) Source

packDL :: DL -> Ptr () Source

data DL Source

Flags for dlsym. Notice that Next might not be available on your particular platform!

Constructors

Null 
Next 
Default 
DLHandle (Ptr ()) 

Instances