From f07ea3fc223b56f47547f7c94ca5f50154e3b6be Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 20 Nov 2017 17:23:24 +0100 Subject: sys/linux: remove get_kernel_syms, add quotactl syscall get_kernel_syms does not seem to be present upstream. Describe an old quotactl syscall. Also fix umount/umount2 names in kallsyms. --- sys/linux/sys_386.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/sys_386.const') diff --git a/sys/linux/sys_386.const b/sys/linux/sys_386.const index ced407c7d..f9e0e742d 100644 --- a/sys/linux/sys_386.const +++ b/sys/linux/sys_386.const @@ -655,7 +655,6 @@ __NR_fsync = 118 __NR_ftruncate = 93 __NR_futex = 240 __NR_futimesat = 299 -__NR_get_kernel_syms = 130 __NR_get_mempolicy = 275 __NR_get_robust_list = 312 __NR_get_thread_area = 244 @@ -756,6 +755,7 @@ __NR_pselect6 = 308 __NR_ptrace = 26 __NR_pwrite64 = 181 __NR_pwritev = 334 +__NR_quotactl = 131 __NR_read = 3 __NR_readahead = 225 __NR_readlink = 85 -- cgit mrf-deployment