summaryrefslogtreecommitdiffstats
path: root/librt/rt_stubs.c
Commit message (Collapse)AuthorAgeFilesLines
* stubs: mark stubs as usedBernhard Reutner-Fischer2012-01-181-0/+1
| | | | | | | Avoids warning from -Wunused-function about the alias target that is only used at link-time. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* fix dependency on ADVANCED_REALTIMEPeter S. Mazinger2011-03-031-0/+39
Do not depend on ADVANCED REALTIME for mq_send/mq_receive Added stubs implementation based on libc's stubs.c Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>