summaryrefslogtreecommitdiffstats
path: root/doc/user/sem.t
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:46:41 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:46:41 +0000
commit4ffbc495141dedadf3d0a9b0748c4176fd0acde0 (patch)
treec9a339022218fd5985125755c62cfdceec3067de /doc/user/sem.t
parentadded documentation to libi2c (diff)
downloadrtems-4ffbc495141dedadf3d0a9b0748c4176fd0acde0.tar.bz2
2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* 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.
Diffstat (limited to 'doc/user/sem.t')
-rw-r--r--doc/user/sem.t13
1 files changed, 7 insertions, 6 deletions
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