]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Define __NR_swapon and __NR_swapoff on riscv64
authorMartin Cermak <mcermak@redhat.com>
Fri, 10 Oct 2025 16:12:02 +0000 (18:12 +0200)
committerMartin Cermak <mcermak@redhat.com>
Fri, 10 Oct 2025 16:12:02 +0000 (18:12 +0200)
Update commit c3f8f3ceb4ba6942993762f82911a670fa128789 adding
a missing define.

https://bugs.kde.org/show_bug.cgi?id=368791

include/vki/vki-scnums-riscv64-linux.h

index 6130ce37f1e84888f075ad8d35713e69fbfc10ee..d630a19161d5bdadcb22ee114d5477f673265c9d 100644 (file)
 #define __NR_execve 221
 #define __NR3264_mmap 222
 #define __NR3264_fadvise64 223
+#define __NR_swapon 224
+#define __NR_swapoff 225
 #define __NR_mprotect 226
 #define __NR_msync 227
 #define __NR_mlock 228