summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
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/score/include
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/score/include')
-rw-r--r--cpukit/score/include/rtems/score/interr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index 90fcd3f184..ea75940531 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -84,7 +84,7 @@ SCORE_EXTERN Internal_errors_Information Internal_errors_What_happened;
* This routine is invoked when the application or the executive itself
* determines that a fatal error has occurred.
*/
-void volatile _Internal_error_Occurred(
+void _Internal_error_Occurred(
Internal_errors_Source the_source,
boolean is_internal,
uint32_t the_error