[rtems-tools commit] Fix wrong function signatures

Chris Johns chrisj at rtems.org
Thu Dec 6 01:54:05 UTC 2018


Module:    rtems-tools
Branch:    master
Commit:    eb1d8f49c7a49ed3a39d5757cea33a21e17a1d57
Changeset: http://git.rtems.org/rtems-tools/commit/?id=eb1d8f49c7a49ed3a39d5757cea33a21e17a1d57

Author:    kaidoho <kho237115 at gmail.com>
Date:      Wed Dec  5 22:58:53 2018 +0100

Fix wrong function signatures

---

 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*



More information about the vc mailing list