From 4ffbc495141dedadf3d0a9b0748c4176fd0acde0 Mon Sep 17 00:00:00 2001 From: Glenn Humphrey Date: Thu, 25 Oct 2007 19:46:41 +0000 Subject: 2007-10-25 Glenn Humphrey * user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t, user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t, user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the Ada documentation to reflect the current binding. --- doc/user/sem.t | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc/user/sem.t') diff --git a/doc/user/sem.t b/doc/user/sem.t index dd51266892..5e49c0ce54 100644 --- a/doc/user/sem.t +++ b/doc/user/sem.t @@ -1,5 +1,5 @@ @c -@c COPYRIGHT (c) 1988-2002. +@c COPYRIGHT (c) 1988-2007. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. @c @@ -397,11 +397,12 @@ rtems_status_code rtems_semaphore_create( @ifset is-Ada @example procedure Semaphore_Create ( - Name : in RTEMS.Name; - Count : in RTEMS.Unsigned32; - Attribute_Set : in RTEMS.Attribute; - ID : out RTEMS.ID; - Result : out RTEMS.Status_Codes + Name : in RTEMS.Name; + Count : in RTEMS.Unsigned32; + Attribute_Set : in RTEMS.Attribute; + Priority_Ceiling : in RTEMS.Task_Priority; + ID : out RTEMS.ID; + Result : out RTEMS.Status_Codes ); @end example @end ifset -- cgit v1.2.3