Looks good. I have a patch to newlib to add the annotation in pthread.h. I
will
submit it for review today.

On Tue, Mar 22, 2016 at 1:25 AM, Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:

> ---
>  cpukit/posix/src/pthreadexit.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/cpukit/posix/src/pthreadexit.c
> b/cpukit/posix/src/pthreadexit.c
> index 6b3a09a..6f8a7a7 100644
> --- a/cpukit/posix/src/pthreadexit.c
> +++ b/cpukit/posix/src/pthreadexit.c
> @@ -75,4 +75,5 @@ void pthread_exit(
>  )
>  {
>    _POSIX_Thread_Exit( _Thread_Get_executing(), value_ptr );
> +  RTEMS_UNREACHABLE();
>  }
> --
> 1.8.4.5
>
> _______________________________________________
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to