The newer prlimit64 syscall provides all the functionality provided by
the getrlimit and setrlimit syscalls and adds the pid of target process,
so future architectures won't need to include getrlimit and setrlimit.
Therefore drop getrlimit and setrlimit syscalls from the generic syscall
list unles
Hi,
Thanks, applied and pushed,
best regards
Waldemar
Vineet Gupta wrote,
> Cc: Anton Kolesov
> Cc: linux-snps-arc@lists.infradead.org
> Signed-off-by: Vineet Gupta
> ---
> libc/sysdeps/linux/arc/crt1.S | 6 +-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/libc/sysd