This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Aug 7 13:49, Sebastian Huber wrote: > This is a glibc extension. > > Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de> > --- > newlib/libc/include/sched.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/newlib/libc/include/sched.h b/newlib/libc/include/sched.h > index 504ad5274..1016235bb 100644 > --- a/newlib/libc/include/sched.h > +++ b/newlib/libc/include/sched.h > @@ -90,6 +90,10 @@ int sched_yield( void ); > > #endif /* _POSIX_THREADS or _POSIX_PRIORITY_SCHEDULING */ > > +#if __GNU_VISIBLE > +int sched_getcpu(void); > +#endif > + > #ifdef __cplusplus > } > #endif > -- > 2.13.7 Please apply. Thanks, Corinna -- Corinna Vinschen Cygwin Maintainer Red Hat
Attachment:
signature.asc
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |