Re: [PATCH] score: Add and use _Objects_Get_local()
looks ok On Mon, Mar 7, 2016 at 10:03 AM, Sebastian Huber wrote: > This simplifies the handling with local-only objects. > > Update #2555. > --- > cpukit/posix/include/rtems/posix/timerimpl.h | 4 +- > cpukit/posix/src/timerdelete.c| 36 + > cpukit/posix/src/timerge
[PATCH] score: Add and use _Objects_Get_local()
This simplifies the handling with local-only objects. Update #2555. --- cpukit/posix/include/rtems/posix/timerimpl.h | 4 +- cpukit/posix/src/timerdelete.c| 36 + cpukit/posix/src/timergetoverrun.c| 26 - cpukit/posix/src/timergettime.c