Skip to content

Commit

Permalink
Stub statx
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Aug 3, 2019
1 parent c6d257e commit f59df7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/calls.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ syscall_t syscall_table[] = {
[373] = (syscall_t) sys_shutdown,
[375] = (syscall_t) syscall_stub, // membarrier
[377] = (syscall_t) sys_copy_file_range,
[383] = (syscall_t) syscall_stub,
[384] = (syscall_t) sys_arch_prctl,
};

Expand Down

0 comments on commit f59df7c

Please sign in to comment.