From a12e50e5a7dae52ed8bd5a24cc6576371e20985b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 27 Dec 2021 20:40:44 +0200 Subject: Started work on syscalls --- include/apos/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/apos/utils.h') diff --git a/include/apos/utils.h b/include/apos/utils.h index eff473f..c2cff2c 100644 --- a/include/apos/utils.h +++ b/include/apos/utils.h @@ -19,6 +19,8 @@ #define QUOTE2(x) #x #define QUOTE(x) QUOTE2(x) +#define UNUSED(x) ((void)(x)) + #include #if __has_builtin(__builtin_offsetof) -- cgit v1.3