2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>

* rtems/include/rtems/rtems/tasks.h: Formatting.
This commit is contained in:
Joel Sherrill
2011-08-29 21:31:18 +00:00
parent adae165b7a
commit e95737c51e
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* rtems/include/rtems/rtems/tasks.h: Formatting.
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* include/rtems/userenv.h, score/src/threadhandler.c: Formatting.

View File

@@ -22,7 +22,8 @@
* - wake up when specified
*/
/* COPYRIGHT (c) 1989-2008.
/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -387,9 +388,9 @@ rtems_status_code rtems_task_set_priority(
* set to entry_point with the initial argument.
*/
rtems_status_code rtems_task_start(
rtems_id id,
rtems_task_entry entry_point,
rtems_task_argument argument
rtems_id id,
rtems_task_entry entry_point,
rtems_task_argument argument
);
/**