diff options
author | Szabolcs Nagy <nsz@port70.net> | 2020-12-19 20:12:31 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2021-02-15 09:15:54 -0500 |
commit | fd285f9dec226ca9e5377888ee24e3f8f5ada49f (patch) | |
tree | 5dd372be8f5e351212d0be5802f03642b08358b3 /arch/mips64/bits/syscall.h.in | |
parent | 49b6df3d9f3645de55607f1ac60095b22661b334 (diff) | |
download | musl-fd285f9dec226ca9e5377888ee24e3f8f5ada49f.zip musl-fd285f9dec226ca9e5377888ee24e3f8f5ada49f.tar.gz musl-fd285f9dec226ca9e5377888ee24e3f8f5ada49f.tar.bz2 |
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
Diffstat (limited to 'arch/mips64/bits/syscall.h.in')
-rw-r--r-- | arch/mips64/bits/syscall.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/bits/syscall.h.in b/arch/mips64/bits/syscall.h.in index 045e823..920b435 100644 --- a/arch/mips64/bits/syscall.h.in +++ b/arch/mips64/bits/syscall.h.in @@ -342,4 +342,5 @@ #define __NR_openat2 5437 #define __NR_pidfd_getfd 5438 #define __NR_faccessat2 5439 +#define __NR_process_madvise 5440 |