diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-11-02 15:28:23 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-11-02 15:28:23 +0200 |
| commit | d127146846f4d6561e15000d1469b715dafdb627 (patch) | |
| tree | 2ee7d7512023df0dc25f0bd51da1c378ebb1a400 /tests/common/start.h | |
| parent | 4ce6aa975be40286465cd9ac6a669ff5a95fe5a1 (diff) | |
| download | kmi-d127146846f4d6561e15000d1469b715dafdb627.tar.gz kmi-d127146846f4d6561e15000d1469b715dafdb627.zip | |
initial exec support
Diffstat (limited to 'tests/common/start.h')
| -rw-r--r-- | tests/common/start.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <kmi/utils.h> + #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) |
