2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>

* user/.cvsignore, user/Makefile.am, user/c_user.texi, user/concepts.t,
	user/conf.t, user/dirstat.texi, user/stackchk.t, user/task.t,
	user/userext.t: Add new Object Services collection. Tidy up some
	configuration documentation from earlier changes.
	* user/object.t: New file.
This commit is contained in:
Joel Sherrill
2008-01-29 21:37:00 +00:00
parent 01618ccc6b
commit d5671b160e
11 changed files with 828 additions and 24 deletions

View File

@@ -1817,7 +1817,7 @@ should be considered volatile.
@findex rtems_task_variable_delete
@example
rtems_status_code rtems_task_variable_delete(
rtems_id tid,
rtems_id id,
void **task_variable
);
@end example