mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
83008fa495
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.
3 lines
84 B
C
3 lines
84 B
C
#define VERSION_prlimit64 GLIBC_2_17
|
|
#include <sysdeps/unix/sysv/linux/prlimit64.c>
|