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/task.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/user/task.t') diff --git a/doc/user/task.t b/doc/user/task.t index 1721c91477..8cb1136c47 100644 --- a/doc/user/task.t +++ b/doc/user/task.t @@ -1,5 +1,5 @@ @c -@c COPYRIGHT (c) 1988-2006. +@c COPYRIGHT (c) 1988-2007. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. @c @@ -871,8 +871,8 @@ rtems_status_code rtems_task_start( @example procedure Task_Start ( ID : in RTEMS.ID; - Entry_Point : in System.Address; - Argument : in RTEMS.Task_Argument_PTR; + Entry_Point : in RTEMS.Task_Entry; + Argument : in RTEMS.Task_Argument; Result : out RTEMS.Status_Codes ); @end example @@ -923,7 +923,7 @@ rtems_status_code rtems_task_restart( @example procedure Task_Restart ( ID : in RTEMS.ID; - Argument : in RTEMS.Task_Argument_PTR; + Argument : in RTEMS.Task_Argument; Result : out RTEMS.Status_Codes ); @end example @@ -1631,7 +1631,7 @@ void rtems_iterate_over_all_threads( @ifset is-Ada @example -NOT SUPPORTED FROM Ada +NOT SUPPORTED FROM Ada BINDING @end example @end ifset -- cgit v1.2.3