summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/fatal.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/fatal.h')
-rw-r--r--cpukit/include/rtems/fatal.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/include/rtems/fatal.h b/cpukit/include/rtems/fatal.h
index 3fc6a89a78..228e7462e0 100644
--- a/cpukit/include/rtems/fatal.h
+++ b/cpukit/include/rtems/fatal.h
@@ -16,7 +16,7 @@
#ifndef _RTEMS_FATAL_H
#define _RTEMS_FATAL_H
-#include <rtems/score/basedefs.h> /* RTEMS_NO_RETURN */
+#include <rtems/score/basedefs.h>
#include <rtems/extension.h>
#ifdef __cplusplus
@@ -68,9 +68,7 @@ static inline void rtems_exception_frame_print(
*
* @see _Terminate().
*/
-void rtems_fatal_error_occurred(
- uint32_t the_error
-) RTEMS_NO_RETURN;
+RTEMS_NO_RETURN void rtems_fatal_error_occurred( uint32_t the_error );
/**
* @brief Terminates the system.