Re: [PATCH] score: Add and use _Objects_Get_local()

2016-03-10 Thread Gedare Bloom
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()

2016-03-07 Thread Sebastian Huber
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