From d127146846f4d6561e15000d1469b715dafdb627 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 2 Nov 2024 15:28:23 +0200 Subject: initial exec support --- tests/common/start.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/common/start.h') diff --git a/tests/common/start.h b/tests/common/start.h index 3a49686..923d9ab 100644 --- a/tests/common/start.h +++ b/tests/common/start.h @@ -1,7 +1,8 @@ #ifndef KMI_START_H #define KMI_START_H -#define UNUSED(x) (void)x +#include + #define START(pid, tid, d0, d1, d2, d3)\ void _start(sys_arg_t pid, sys_arg_t tid,\ sys_arg_t d0, sys_arg_t d1, sys_arg_t d2, sys_arg_t d3) -- cgit v1.3