aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_amd64.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_amd64.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_amd64.const')
-rw-r--r--sys/linux/sys_amd64.const2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const
index 37a9f9a20..83453badd 100644
--- a/sys/linux/sys_amd64.const
+++ b/sys/linux/sys_amd64.const
@@ -655,7 +655,6 @@ __NR_fsync = 74
__NR_ftruncate = 77
__NR_futex = 202
__NR_futimesat = 261
-__NR_get_kernel_syms = 177
__NR_get_mempolicy = 239
__NR_get_robust_list = 274
__NR_get_thread_area = 211
@@ -755,6 +754,7 @@ __NR_pselect6 = 270
__NR_ptrace = 101
__NR_pwrite64 = 18
__NR_pwritev = 296
+__NR_quotactl = 179
__NR_read = 0
__NR_readahead = 187
__NR_readlink = 89