diff options
Diffstat (limited to 'src/sys/include/compat')
-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 14088f4..5945f75 100644 --- a/src/sys/include/compat/unix/syscall.h +++ b/src/sys/include/compat/unix/syscall.h @@ -68,7 +68,8 @@ scret_t(*g_unix_sctab[])(struct syscall_args *) = { [SYS_cross] = sys_cross, [SYS_query] = sys_query, [SYS_spawn] = sys_spawn, - [SYS_mount] = sys_mount + [SYS_mount] = sys_mount, + [SYS_open] = sys_open }; #endif /* !_NEED_UNIX_SCTAB */ |