- Timestamp:
- Dec 5, 2018, 9:58:53 PM (12 months ago)
- Branches:
- master
- Children:
- 931b862
- Parents:
- 650569c
- git-author:
- kaidoho <kho237115@…> (12/05/18 21:58:53)
- git-committer:
- Chris Johns <chrisj@…> (12/06/18 01:53:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
linkers/rtems-score-object.ini
r650569c reb1d8f4 32 32 _Objects_Get_information_id = Objects_Information*, Objects_Id 33 33 _Objects_Get_name_as_string = char*, Objects_Id, size_t, char* 34 _Objects_Set_name = bool, Objects_Information*, Objects_Control*, const char*34 _Objects_Set_name = bool, const Objects_Information*, Objects_Control*, const char* 35 35 _Objects_Namespace_remove = void, Objects_Information*, Objects_Control* 36 _Objects_Close = void, Objects_Information*, Objects_Control*36 _Objects_Close = void, const Objects_Information*, Objects_Control* 37 37 _Objects_Active_count = Objects_Maximum, const Objects_Information*
Note: See TracChangeset
for help on using the changeset viewer.