b70b6026a0
With {INLINE,INTERNAL}_SYSCALL macros fixed for 64-bits arguments on x32, we can remove the p{read,write}{v} from auto-generation list. Tested on x86_64 and x32. * sysdeps/unix/sysv/linux/x86_64/syscalls.list (pread64): Remove. (preadv64): Likewise. (pwrite64(: Likewise. (pwritev64): Likewise.
18 lines
726 B
Plaintext
18 lines
726 B
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
arch_prctl EXTRA arch_prctl i:ii __arch_prctl arch_prctl
|
|
modify_ldt EXTRA modify_ldt i:ipi __modify_ldt modify_ldt
|
|
syscall_clock_gettime EXTRA clock_gettime Ei:ip __syscall_clock_gettime
|
|
|
|
|
|
# proper socket implementations:
|
|
bind - bind i:ipi __bind bind
|
|
getpeername - getpeername i:ipp __getpeername getpeername
|
|
getsockname - getsockname i:ipp __getsockname getsockname
|
|
getsockopt - getsockopt i:iiiBN __getsockopt getsockopt
|
|
listen - listen i:ii __listen listen
|
|
setsockopt - setsockopt i:iiibn __setsockopt setsockopt
|
|
shutdown - shutdown i:ii __shutdown shutdown
|
|
socket - socket i:iii __socket socket
|
|
socketpair - socketpair i:iiif __socketpair socketpair
|