posix: pthread_exit() is a no-return function

This commit is contained in:
Sebastian Huber
2016-03-22 07:24:56 +01:00
parent e8d9b26f43
commit 2518516f40

View File

@@ -75,4 +75,5 @@ void pthread_exit(
)
{
_POSIX_Thread_Exit( _Thread_Get_executing(), value_ptr );
RTEMS_UNREACHABLE();
}