diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-27 20:40:44 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-27 20:40:44 +0200 |
| commit | a12e50e5a7dae52ed8bd5a24cc6576371e20985b (patch) | |
| tree | 70ddf625029dbe1ca4d38ec4f1819fe5fe7e4291 /include/apos/utils.h | |
| parent | d98ec57128628b81fcd32269a92742a037b7f713 (diff) | |
| download | kmi-a12e50e5a7dae52ed8bd5a24cc6576371e20985b.tar.gz kmi-a12e50e5a7dae52ed8bd5a24cc6576371e20985b.zip | |
Started work on syscalls
Diffstat (limited to 'include/apos/utils.h')
| -rw-r--r-- | include/apos/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <apos/builtin.h> #if __has_builtin(__builtin_offsetof) |
