unix-2.6.0.0: POSIX functionality

Portabilitynon-portable (requires POSIX)
Stabilityprovisional
Maintainervs@foldr.org
Safe HaskellTrustworthy

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

data DL Source

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

Constructors

Null 
Next 
Default 
DLHandle (Ptr ()) 

Instances