mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-19 18:55:04 +08:00
corrected prototype of _Objects_Get_next
This commit is contained in:
@@ -455,7 +455,7 @@ Objects_Control *
|
||||
_Objects_Get_next(
|
||||
Objects_Information *information,
|
||||
Objects_Id id,
|
||||
unsigned32 *location_p,
|
||||
Objects_Locations *location_p,
|
||||
Objects_Id *next_id_p
|
||||
)
|
||||
{
|
||||
|
||||
@@ -455,7 +455,7 @@ Objects_Control *
|
||||
_Objects_Get_next(
|
||||
Objects_Information *information,
|
||||
Objects_Id id,
|
||||
unsigned32 *location_p,
|
||||
Objects_Locations *location_p,
|
||||
Objects_Id *next_id_p
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user