summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/dlfcn.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl: Fix dlerror return typePatrick Gauvin2018-02-081-1/+1
| | | | | | POSIX specifies char *, not const char * Updates #2747
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+112
This is a merge of the RTL project.