diff options
Diffstat (limited to 'src/sys/include/compat/unix')
-rw-r--r-- | src/sys/include/compat/unix/syscall.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sys/include/compat/unix/syscall.h b/src/sys/include/compat/unix/syscall.h index d39f627..ab464c4 100644 --- a/src/sys/include/compat/unix/syscall.h +++ b/src/sys/include/compat/unix/syscall.h @@ -60,7 +60,8 @@ scret_t(*g_unix_sctab[])(struct syscall_args *) = { [SYS_exit] = sys_exit, [SYS_write] = sys_write, [SYS_cross] = sys_cross, - [SYS_query] = sys_query + [SYS_query] = sys_query, + [SYS_spawn] = sys_spawn }; #endif /* !_NEED_UNIX_SCTAB */ |