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
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