Change RTEMS GCC Thread model to POSIX, take 2
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Aug 14 06:26:40 UTC 2013
On 2013-08-14 03:39, Chris Johns wrote:
> diff --git a/libgcc/gthr-posix.h b/libgcc/gthr-posix.h
> index f0d8cd7..653a7fc 100644
> --- a/libgcc/gthr-posix.h
> +++ b/libgcc/gthr-posix.h
> @@ -110,7 +110,9 @@ __gthrw(pthread_detach)
> #ifndef __BIONIC__
> __gthrw(pthread_cancel)
> #endif
> +#ifndef __rtems__
> __gthrw(sched_yield)
> +#endif
What is the problem with the sched_yield()?
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list