summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/libraries/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libraries/README b/docs/libraries/README
index 23919c3..f2ecb2a 100644
--- a/docs/libraries/README
+++ b/docs/libraries/README
@@ -19,6 +19,8 @@ Some more unsorted links:
- On MacX: http://developer.apple.com/mac/library/releasenotes/DeveloperTools/RN-dyld/index.html
- http://www.flounder.com/loadlibrary_explorer.htm: how LoadLibrary works
internally (search path for DLLs, security, etc.)
+- http://tldp.org/HOWTO/Program-Library-HOWTO/dl-libraries.html: explainig about
+ the dlerror odity around dlsym
Goal:
- we want abstractions for varying versions of dlopen/LoadLibrary(Ex) etc.