summaryrefslogtreecommitdiffstats
path: root/c/src/ada/rtems.ads
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 22:48:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 22:48:17 +0000
commit207b35efef0005db68e2326290fdae116b4ca4e4 (patch)
tree3cba91715e981bb6d6394ea595bed01253fd3352 /c/src/ada/rtems.ads
parent2008-02-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-207b35efef0005db68e2326290fdae116b4ca4e4.tar.bz2
2008-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems.adb, rtems.ads: Object_Get_Name now has a proper implementation thanks to a binding tip from Laurent Guerby.
Diffstat (limited to '')
-rw-r--r--c/src/ada/rtems.ads1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/ada/rtems.ads b/c/src/ada/rtems.ads
index 7a995ae093..7fa16eb25e 100644
--- a/c/src/ada/rtems.ads
+++ b/c/src/ada/rtems.ads
@@ -1279,7 +1279,6 @@ pragma Elaborate_Body (RTEMS);
procedure Object_Get_Name(
ID : in RTEMS.ID;
- Length : in RTEMS.Unsigned32;
Name : out String;
Result : out RTEMS.Status_Codes
);