summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/stackchk.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/stackchk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/stackchk.h b/cpukit/include/rtems/stackchk.h
index 16fc4f9b9d..eb81bb827e 100644
--- a/cpukit/include/rtems/stackchk.h
+++ b/cpukit/include/rtems/stackchk.h
@@ -127,8 +127,8 @@ void rtems_stack_checker_switch_extension(
rtems_stack_checker_switch_extension, /* task_switch */ \
0, /* task_begin */ \
0, /* task_exitted */ \
- 0 /* rtems_stack_checker_fatal_extension */, /* fatal */ \
- 0, /* terminate */ \
+ 0, /* fatal */ \
+ 0 /* terminate */ \
}
#ifdef __cplusplus