mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20: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.
13 lines
486 B
Plaintext
13 lines
486 B
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
# proper socket implementations:
|
|
bind - bind i:ipi __bind bind
|
|
getpeername - getpeername i:ipp __getpeername getpeername
|
|
getsockname - getsockname i:ipp __getsockname getsockname
|
|
listen - listen i:ii __listen listen
|
|
shutdown - shutdown i:ii __shutdown shutdown
|
|
socket - socket i:iii __socket socket
|
|
socketpair - socketpair i:iiif __socketpair socketpair
|
|
|
|
personality EXTRA personality Ei:i __personality personality
|