summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-29 21:31:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-29 21:31:18 +0000
commite95737c51e4bd6dcd8e4ca43d7e6e22344134a3e (patch)
treec802dfa32f363af9c148a234050dbe6ee7b98f40 /cpukit
parent2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-e95737c51e4bd6dcd8e4ca43d7e6e22344134a3e.tar.bz2
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* rtems/include/rtems/rtems/tasks.h: Formatting.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h9
2 files changed, 9 insertions, 4 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b49b9fa60f..72fcd93bcc 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
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.
* sapi/src/exshutdown.c: Add comments.
diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h
index 959ab835d9..40edfb7339 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/rtems/include/rtems/rtems/tasks.h
@@ -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
);
/**