From 8d852cdacd7896723098096e2dfc4060db84f0cf Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 29 Feb 2024 17:32:27 -0500 Subject: [PATCH] loongarch64: remove getrlimit/setrlimit syscall numbers these are not supported by the kernel for new archs; prlimit64 replaces them. --- arch/loongarch64/bits/syscall.h.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/loongarch64/bits/syscall.h.in b/arch/loongarch64/bits/syscall.h.in index 0980e533..bd3453e3 100644 --- a/arch/loongarch64/bits/syscall.h.in +++ b/arch/loongarch64/bits/syscall.h.in @@ -158,8 +158,6 @@ #define __NR_uname 160 #define __NR_sethostname 161 #define __NR_setdomainname 162 -#define __NR_getrlimit 163 -#define __NR_setrlimit 164 #define __NR_getrusage 165 #define __NR_umask 166 #define __NR_prctl 167 -- 2.11.4.GIT