summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
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/sapi
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/sapi')
-rw-r--r--cpukit/sapi/include/rtems/fatal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/rtems/fatal.h b/cpukit/sapi/include/rtems/fatal.h
index adc8c2e43b..b46d2b35ff 100644
--- a/cpukit/sapi/include/rtems/fatal.h
+++ b/cpukit/sapi/include/rtems/fatal.h
@@ -39,7 +39,7 @@ extern "C" {
* determines that a fatal error has occurred.
*/
-void volatile rtems_fatal_error_occurred(
+void rtems_fatal_error_occurred(
uint32_t the_error
);