diff options
Diffstat (limited to 'executor/syscalls_akaros.h')
| -rw-r--r-- | executor/syscalls_akaros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/syscalls_akaros.h b/executor/syscalls_akaros.h index 40254b1d8..69ca4e481 100644 --- a/executor/syscalls_akaros.h +++ b/executor/syscalls_akaros.h @@ -6,8 +6,8 @@ #define SYZ_PAGE_SIZE 4096 #define SYZ_NUM_PAGES 4096 #define SYZ_DATA_OFFSET 536870912 -unsigned syscall_count = 35; -call_t syscalls[] = { +#define SYZ_SYSCALL_COUNT 35 +const call_t syscalls[] = { {"abort_sysc_fd", 33}, {"chdir", 116}, {"close", 103}, |
