From 5962a2dc88f6511b77100acdf687c1088f253f6b Mon Sep 17 00:00:00 2001 From: Jiaheng Hu Date: Fri, 3 Jul 2020 17:41:01 +0000 Subject: sys/linux: add process_madvise Adde description for process_madvise syscall in linux-next (https://lore.kernel.org/lkml/20200622192900.22757-4-minchan@kernel.org). --- sys/linux/sys_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys_amd64.const') diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const index 1b87eabf5..9698ffb80 100644 --- a/sys/linux/sys_amd64.const +++ b/sys/linux/sys_amd64.const @@ -716,6 +716,7 @@ __NR_ppoll = 271 __NR_pread64 = 17 __NR_preadv = 295 __NR_prlimit64 = 302 +__NR_process_madvise = 443 __NR_process_vm_readv = 310 __NR_process_vm_writev = 311 __NR_pselect6 = 270 -- cgit mrf-deployment