bits/syscall.h: add process_madvise from linux v5.10

mainly added to linux to allow a central process management service in
android to give MADV_COLD|PAGEOUT hints for other processes, see

  linux commit ecb8ac8b1f146915aa6b96449b66dd48984caacc
  mm/madvise: introduce process_madvise() syscall: an external memory
  hinting API
This commit is contained in:
Szabolcs Nagy
2021-02-15 09:15:54 -05:00
committed by Rich Felker
parent 49b6df3d9f
commit fd285f9dec
16 changed files with 16 additions and 0 deletions
+1
View File
@@ -302,6 +302,7 @@
#define __NR_openat2 (0x40000000 + 437)
#define __NR_pidfd_getfd (0x40000000 + 438)
#define __NR_faccessat2 (0x40000000 + 439)
#define __NR_process_madvise (0x40000000 + 440)
#define __NR_rt_sigaction (0x40000000 + 512)