summaryrefslogtreecommitdiff
path: root/cpukit/libdl/rap.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns
2018-02-07libdl: Fix potential overwrite of dest bufferSebastian Huber
Update #2843.
2018-02-07libdl: Use self-contained mutex for RAPSebastian Huber
Update #2843.
2016-06-22Move printer initialization to separate headerSebastian Huber
The RTEMS print user need to know nothing about a particular printer implementation. In particular get rid of the <stdio.h> include which would be visible via <rtems.h>.
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns
This is a merge of the RTL project.