summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaidoho <kho237115@gmail.com>2018-12-05 22:58:53 +0100
committerChris Johns <chrisj@rtems.org>2018-12-06 12:53:54 +1100
commiteb1d8f49c7a49ed3a39d5757cea33a21e17a1d57 (patch)
treec578bc079353182a33671da6b78cafe17032d971
parenttester : Add support to use QEMU serial console when coverage is enabled (diff)
downloadrtems-tools-eb1d8f49c7a49ed3a39d5757cea33a21e17a1d57.tar.bz2
Fix wrong function signatures
-rw-r--r--linkers/rtems-score-object.ini4
1 files 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*