summaryrefslogtreecommitdiffstats
path: root/cpukit/itron
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-22 12:17:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-22 12:17:03 +0000
commit6236b47067904c77c091c003496ca819f27d87eb (patch)
treeb5a27a01705da3ceda4906df471f1d5d2792c883 /cpukit/itron
parent2001-04-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6236b47067904c77c091c003496ca819f27d87eb.tar.bz2
2001-04-22 Joel Sherrill <joel@OARcorp.com>
* src/task.c (_ITRON_Task_User_extensions): Add new fields to be correct in respect to newly added fields for separate switch list.
Diffstat (limited to 'cpukit/itron')
-rw-r--r--cpukit/itron/ChangeLog5
-rw-r--r--cpukit/itron/src/task.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog
index 367b778d26..b45b1dccca 100644
--- a/cpukit/itron/ChangeLog
+++ b/cpukit/itron/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-22 Joel Sherrill <joel@OARcorp.com>
+
+ * src/task.c (_ITRON_Task_User_extensions): Add new fields to
+ be correct in respect to newly added fields for separate switch list.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/cpukit/itron/src/task.c b/cpukit/itron/src/task.c
index 1c8ea66c80..5c84e44ee3 100644
--- a/cpukit/itron/src/task.c
+++ b/cpukit/itron/src/task.c
@@ -154,6 +154,7 @@ API_extensions_Control _ITRON_Task_API_extensions = {
User_extensions_Control _ITRON_Task_User_extensions = {
{ NULL, NULL },
+ { { NULL, NULL }, NULL },
{ _ITRON_Task_Create_extension, /* create */
NULL, /* start */
NULL, /* restart */