about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/hppa/prlimit64.c
Commit message (Collapse)AuthorAgeFilesLines
* linux: Add prlimit64 C implementationAdhemerval Zanella2021-11-301-0/+2
The LFS prlimit64 requires a arch-specific implementation in syscalls.list. Instead add a generic one that handles the required symbol alias for __RLIM_T_MATCHES_RLIM64_T. HPPA is the only outlier which requires a different default symbol. Checked on x86_64-linux-gnu and with build for the affected ABIs.