forked from Imagelibrary/rtems
posix: pthread_exit() is a no-return function
This commit is contained in:
@@ -75,4 +75,5 @@ void pthread_exit(
|
||||
)
|
||||
{
|
||||
_POSIX_Thread_Exit( _Thread_Get_executing(), value_ptr );
|
||||
RTEMS_UNREACHABLE();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user