[PATCH] Added declaration of method pthread_getname_np

2017-04-19 Thread tokencolour
Gets rid of 1 warning --> warning: no previous prototype for 'pthread_getname_np' [-Wmissing-prototypes] --- cpukit/posix/include/rtems/posix/pthreadimpl.h | 5 + cpukit/posix/src/pthreadgetnamenp.c| 1 + 2 files changed, 6 insertions(+) diff --git a/cpukit/posix/include/rtems/pos

[PATCH] Changed hello world example to include my name

2016-12-17 Thread tokencolour
This is something I tried after reading https://devel.rtems.org/wiki/GSoC/GettingStarted#ProveYouCanWorkOnRTEMS --- testsuites/samples/hello/init.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index a2d6c