diff options
| author | Jiaheng Hu <jiahengh@google.com> | 2020-07-03 17:41:01 +0000 |
|---|---|---|
| committer | Eric Biggers <ebiggers3@gmail.com> | 2020-07-07 18:08:11 -0700 |
| commit | 5962a2dc88f6511b77100acdf687c1088f253f6b (patch) | |
| tree | 31d538dd8adf27f9f5fdceb18ba5c83508f30c47 /sys/linux/sys_amd64.const | |
| parent | 789dd0861df4e383ca8a259452db4aa97adcef8c (diff) | |
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).
Diffstat (limited to 'sys/linux/sys_amd64.const')
| -rw-r--r-- | sys/linux/sys_amd64.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
