diff options
author | Gaƫl PORTAY <gael.portay@rtone.fr> | 2024-02-18 03:26:47 +0100 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-02-22 19:23:47 -0500 |
commit | dd690c490951443ce5b96594c9c44cb6177daac1 (patch) | |
tree | a749f804313b691d0de451ccd04214ec09f64d8c /arch/mipsn32 | |
parent | 33e8c469a9ebd1ffa2eab415d39bb586dc73454c (diff) | |
download | musl-dd690c490951443ce5b96594c9c44cb6177daac1.tar.gz musl-dd690c490951443ce5b96594c9c44cb6177daac1.tar.xz musl-dd690c490951443ce5b96594c9c44cb6177daac1.zip |
bits/syscall.h: add cachestat from linux v6.4
see linux commit cf264e1329fb0307e044f7675849f9f38b44c11a cachestat: implement cachestat syscall linux commit 946e697c69ffeeefdd84dad90eac307284df46be cachestat: wire up cachestat for other architectures
Diffstat (limited to 'arch/mipsn32')
-rw-r--r-- | arch/mipsn32/bits/syscall.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mipsn32/bits/syscall.h.in b/arch/mipsn32/bits/syscall.h.in index 07c1b5d9..63dafa58 100644 --- a/arch/mipsn32/bits/syscall.h.in +++ b/arch/mipsn32/bits/syscall.h.in @@ -375,4 +375,5 @@ #define __NR_process_mrelease 6448 #define __NR_futex_waitv 6449 #define __NR_set_mempolicy_home_node 6450 +#define __NR_cachestat 6451 |