2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>

* rtems.adb: Add missing semicolon.
This commit is contained in:
Joel Sherrill
2007-12-04 22:16:17 +00:00
parent e872f07bc8
commit 5ca28f6ae6
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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");