mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 17:51:16 +00:00
* sysdeps/unix/make-syscalls.sh: Handle new arg signature
keyletters F, I, S, W. Remove unused keyletter V. Surround signature argnames with angle-brackets for use as word delimiters, and to induce syntax errors for any args not handled. Split multi-echo echoes and comment each stage. * sysdeps/unix/common/syscalls.list: Refine & correct signatures. * sysdeps/unix/inet/syscalls.list: Likewise. * sysdeps/unix/mman/syscalls.list: Likewise. * sysdeps/unix/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/syscalls.list: Likewise. * sysdeps/unix/sysv/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/powerpc/syscalls.list
This commit is contained in:
parent
8af6401387
commit
84b5ff5c97
@ -9,14 +9,14 @@ cacheflush - cacheflush i:pii _flush_cache cacheflush
|
|||||||
sysmips - sysmips i:iiii __sysmips sysmips
|
sysmips - sysmips i:iiii __sysmips sysmips
|
||||||
|
|
||||||
# override select.S in parent directory:
|
# override select.S in parent directory:
|
||||||
select - select i:ipppp __select select
|
select - select i:iPPPP __select select
|
||||||
sigsuspend - sigsuspend i:p __sigsuspend sigsuspend
|
sigsuspend - sigsuspend i:p __sigsuspend sigsuspend
|
||||||
|
|
||||||
#
|
#
|
||||||
# Socket functions; Linux/MIPS doesn't use the socketcall(2) wrapper;
|
# Socket functions; Linux/MIPS doesn't use the socketcall(2) wrapper;
|
||||||
# it's provided for compatibility, though.
|
# it's provided for compatibility, though.
|
||||||
#
|
#
|
||||||
accept - accept i:ipp __libc_accept __accept accept
|
accept - accept i:iBN __libc_accept __accept accept
|
||||||
bind - bind i:ipi __bind bind
|
bind - bind i:ipi __bind bind
|
||||||
connect - connect i:ipi __libc_connect __connect connect
|
connect - connect i:ipi __libc_connect __connect connect
|
||||||
getpeername - getpeername i:ipp __getpeername getpeername
|
getpeername - getpeername i:ipp __getpeername getpeername
|
||||||
@ -24,7 +24,7 @@ getsockname - getsockname i:ipp __getsockname getsockname
|
|||||||
getsockopt - getsockopt i:iiiBN __getsockopt getsockopt
|
getsockopt - getsockopt i:iiiBN __getsockopt getsockopt
|
||||||
listen - listen i:ii __listen listen
|
listen - listen i:ii __listen listen
|
||||||
recv - recv i:ibni __libc_recv __recv recv
|
recv - recv i:ibni __libc_recv __recv recv
|
||||||
recvfrom - recvfrom i:ibnibN __libc_recvfrom __recvfrom recvfrom
|
recvfrom - recvfrom i:ibniBN __libc_recvfrom __recvfrom recvfrom
|
||||||
recvmsg - recvmsg i:ipi __libc_recvmsg __recvmsg recvmsg
|
recvmsg - recvmsg i:ipi __libc_recvmsg __recvmsg recvmsg
|
||||||
send - send i:ibni __libc_send __send send
|
send - send i:ibni __libc_send __send send
|
||||||
sendmsg - sendmsg i:ipi __libc_sendmsg __sendmsg sendmsg
|
sendmsg - sendmsg i:ipi __libc_sendmsg __sendmsg sendmsg
|
||||||
|
Loading…
Reference in New Issue
Block a user