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:
committed by
Rich Felker
parent
49b6df3d9f
commit
fd285f9dec
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user