This patch series includes some misc. fixes to xenomai-forge: * definition of ERR_OBJTFULL (should also be added to Xenomai proper) * port long_names feature to xenomai-forge and fix it * add tm_getm() function (not present in pSOS but present in Xenomai proper) * fix compiler warning in task.c
Signed-off-by: Thomas De Schampheleire <[email protected]> Signed-off-by: Ronny Meeus <[email protected]> --- include/psos/Makefile.am | 2 +- include/psos/Makefile.in | 2 +- include/psos/long_names.h | 14 ++++++++++++++ include/psos/psos.h | 5 +++++ lib/psos/init.c | 15 +++++++++++++++ lib/psos/pt.c | 6 ++++++ lib/psos/queue.c | 6 ++++++ lib/psos/rn.c | 5 +++++ lib/psos/sem.c | 6 ++++++ lib/psos/task.c | 9 +++++++-- lib/psos/tm.c | 7 +++++++ 11 files changed, 73 insertions(+), 4 deletions(-) _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
