about summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2024-02-29 17:32:27 -0500
committerRich Felker <dalias@aerifal.cx>2024-02-29 17:32:27 -0500
commit8d852cdacd7896723098096e2dfc4060db84f0cf (patch)
tree215c504489627c88c46f2eac2c8f69e6ed8333e4 /arch
parent13cd64af31f9d48f65f9d4b41d7f55266798ee0d (diff)
downloadmusl-8d852cdacd7896723098096e2dfc4060db84f0cf.tar.gz
musl-8d852cdacd7896723098096e2dfc4060db84f0cf.tar.xz
musl-8d852cdacd7896723098096e2dfc4060db84f0cf.zip
loongarch64: remove getrlimit/setrlimit syscall numbers
these are not supported by the kernel for new archs; prlimit64
replaces them.
Diffstat (limited to 'arch')
-rw-r--r--arch/loongarch64/bits/syscall.h.in2
1 files changed, 0 insertions, 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