mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-24 21:37:11 +00:00
2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems.adb: Add missing semicolon.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* rtems.adb: Add missing semicolon.
|
||||||
|
|
||||||
2007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
2007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||||
|
|
||||||
* rtems.adb, rtems.ads: Fixed errors in the barrier binding.
|
* rtems.adb, rtems.ads: Fixed errors in the barrier binding.
|
||||||
|
|||||||
@@ -1930,7 +1930,7 @@ package body RTEMS is
|
|||||||
Result : out RTEMS.Status_Codes
|
Result : out RTEMS.Status_Codes
|
||||||
) is
|
) is
|
||||||
function Barrier_Release_Base (
|
function Barrier_Release_Base (
|
||||||
ID : RTEMS.ID
|
ID : RTEMS.ID;
|
||||||
Released : access RTEMS.Unsigned32
|
Released : access RTEMS.Unsigned32
|
||||||
) return RTEMS.Status_Codes;
|
) return RTEMS.Status_Codes;
|
||||||
pragma Import (C, Barrier_Release_Base, "rtems_barrier_release");
|
pragma Import (C, Barrier_Release_Base, "rtems_barrier_release");
|
||||||
|
|||||||
Reference in New Issue
Block a user