mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 23:40:15 +00:00
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).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
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,
|
||||
|
||||
@@ -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
|
||||
);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user