mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
loongarch64: remove getrlimit/setrlimit syscall numbers
these are not supported by the kernel for new archs; prlimit64 replaces them.
This commit is contained in:
parent
13cd64af31
commit
8d852cdacd
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue