From 808ca676b61b446a02792c7d77acb73dfd203244 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 6 Dec 2018 17:12:30 -0800 Subject: Fix unix --- supervisor/stub/stack.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'supervisor') diff --git a/supervisor/stub/stack.c b/supervisor/stub/stack.c index 4d88e51d2..9a9ecd32f 100644 --- a/supervisor/stub/stack.c +++ b/supervisor/stub/stack.c @@ -24,11 +24,7 @@ * THE SOFTWARE. */ -#include -#include - -void allocate_stack(void) { -} +#include "supervisor/shared/stack.h" bool stack_ok(void) { return true; @@ -44,6 +40,7 @@ void stack_resize(void) { } void set_next_stack_size(uint32_t size) { + (void) size; } uint32_t get_current_stack_size(void) { -- cgit v1.2.3