Explorar o código

loongarch64: remove getrlimit/setrlimit syscall numbers

these are not supported by the kernel for new archs; prlimit64
replaces them.
Rich Felker hai 1 ano
pai
achega
8d852cdacd
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      arch/loongarch64/bits/syscall.h.in

+ 0 - 2
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