From 575c2e21e25db83a5a8d83d2f4062e0f39f18c46 Mon Sep 17 00:00:00 2001 From: Stavros Passas Date: Mon, 30 Jan 2017 10:24:57 +0000 Subject: Complete STACK_CHECKER_EXTENSION. Fixes #2889 --- cpukit/libmisc/stackchk/stackchk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libmisc/stackchk') diff --git a/cpukit/libmisc/stackchk/stackchk.h b/cpukit/libmisc/stackchk/stackchk.h index 8ad173357a..16fc4f9b9d 100644 --- a/cpukit/libmisc/stackchk/stackchk.h +++ b/cpukit/libmisc/stackchk/stackchk.h @@ -128,6 +128,7 @@ void rtems_stack_checker_switch_extension( 0, /* task_begin */ \ 0, /* task_exitted */ \ 0 /* rtems_stack_checker_fatal_extension */, /* fatal */ \ + 0, /* terminate */ \ } #ifdef __cplusplus -- cgit v1.2.3