summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-18 12:21:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-18 12:21:06 +0000
commitee0815066d48ade641421c60179aa8c385ea1d72 (patch)
tree35f17187770939eeaa38c45d123f9b7567043a7a /cpukit/ChangeLog
parent2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ee0815066d48ade641421c60179aa8c385ea1d72.tar.bz2
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* sapi/include/rtems/fatal.h, score/include/rtems/score/interr.h: Remove volatile on return type (GCC-4.0 complains about them).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ad377a5fc8..7b8f9611b3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * sapi/include/rtems/fatal.h, score/include/rtems/score/interr.h:
+ Remove volatile on return type.
+
+2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* itron/inline/rtems/itron/task.inl (_ITRON_Task_Priority_to_Core,
_ITRON_tasks_Core_to_Priority): Correct return types.