aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_386.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-11-20 17:23:24 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-11-20 17:23:24 +0100
commitf07ea3fc223b56f47547f7c94ca5f50154e3b6be (patch)
tree0a339657a63405644c9709185f52e2a9b053a039 /sys/linux/sys_386.const
parente4f20040fb986af60d45655977266233a4900410 (diff)
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.
Diffstat (limited to 'sys/linux/sys_386.const')
-rw-r--r--sys/linux/sys_386.const2
1 files changed, 1 insertions, 1 deletions
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