summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-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 */