mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +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>
|
||||
|
||||
* rtems.adb, rtems.ads: Fixed errors in the barrier binding.
|
||||
|
||||
@@ -1930,7 +1930,7 @@ package body RTEMS is
|
||||
Result : out RTEMS.Status_Codes
|
||||
) is
|
||||
function Barrier_Release_Base (
|
||||
ID : RTEMS.ID
|
||||
ID : RTEMS.ID;
|
||||
Released : access RTEMS.Unsigned32
|
||||
) return RTEMS.Status_Codes;
|
||||
pragma Import (C, Barrier_Release_Base, "rtems_barrier_release");
|
||||
|
||||
Reference in New Issue
Block a user