summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuites/sptests/spheapprot/init.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/sptests/spheapprot/init.c b/testsuites/sptests/spheapprot/init.c
index ba9f4b5a3e..8046100091 100644
--- a/testsuites/sptests/spheapprot/init.c
+++ b/testsuites/sptests/spheapprot/init.c
@@ -30,7 +30,11 @@
const char rtems_test_name[] = "SPHEAPPROT";
#ifdef HEAP_PROTECTION
- static void test_heap_block_error(Heap_Control *heap, Heap_Block *block)
+ static void test_heap_block_error(
+ Heap_Control *heap,
+ Heap_Block *block,
+ Heap_Error_reason reason
+ )
{
bool *error = heap->Protection.handler_data;