summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/fastlz.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fastlz.c: Unused value (CID #1399751)Ryan Long2021-04-081-1/+9
| | | | | | CID 1399751: Unused value in fastlz2_compress(). Closes #4341
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+551
This is a merge of the RTL project.