Pushed. Thanks Chris
On 06/12/2018 08:58, kho237...@gmail.com wrote: > From: kaidoho <kho237...@gmail.com> > > --- > linkers/rtems-score-object.ini | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/linkers/rtems-score-object.ini b/linkers/rtems-score-object.ini > index b4a977f..1e98a71 100644 > --- a/linkers/rtems-score-object.ini > +++ b/linkers/rtems-score-object.ini > @@ -31,7 +31,7 @@ _Objects_Get_next = Objects_Control*, Objects_Id, const > Objects_Information*, Ob > _Objects_Get_information = Objects_Information*, Objects_APIs, uint16_t > _Objects_Get_information_id = Objects_Information*, Objects_Id > _Objects_Get_name_as_string = char*, Objects_Id, size_t, char* > -_Objects_Set_name = bool, Objects_Information*, Objects_Control*, const char* > +_Objects_Set_name = bool, const Objects_Information*, Objects_Control*, > const char* > _Objects_Namespace_remove = void, Objects_Information*, Objects_Control* > -_Objects_Close = void, Objects_Information*, Objects_Control* > +_Objects_Close = void, const Objects_Information*, Objects_Control* > _Objects_Active_count = Objects_Maximum, const Objects_Information* > _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel