]> git.ipfire.org Git - thirdparty/glibc.git/blob - ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
Remove trailing whitespace in ports.
[thirdparty/glibc.git] / ports / sysdeps / unix / sysv / linux / hppa / syscalls.list
1 # File name Caller Syscall name # args Strong name Weak names
2
3 # semaphore and shm system calls
4 msgctl - msgctl i:iip __msgctl msgctl
5 msgget - msgget i:ii __msgget msgget
6 msgrcv - msgrcv Ci:ibnii __msgrcv msgrcv
7 msgsnd - msgsnd Ci:ibni __msgsnd msgsnd
8 shmat - shmat i:ipi __shmat shmat
9 shmctl - shmctl i:iip __shmctl shmctl
10 shmdt - shmdt i:s __shmdt shmdt
11 shmget - shmget i:iii __shmget shmget
12 semop - semop i:ipi __semop semop
13 semtimedop - semtimedop i:ipip semtimedop
14 semget - semget i:iii __semget semget
15 semctl - semctl i:iiii __semctl semctl
16
17 # proper socket implementations:
18 accept - accept Ci:iBN __libc_accept __accept accept
19 bind - bind i:ipi __bind bind
20 connect - connect Ci:ipi __libc_connect __connect_internal __connect connect
21 getpeername - getpeername i:ipp __getpeername getpeername
22 getsockname - getsockname i:ipp __getsockname getsockname
23 getsockopt - getsockopt i:iiiBN __getsockopt getsockopt
24 listen - listen i:ii __listen listen
25 recv - recv Ci:ibni __libc_recv __recv recv
26 recvfrom - recvfrom Ci:ibniBN __libc_recvfrom __recvfrom recvfrom
27 recvmsg - recvmsg Ci:ipi __libc_recvmsg __recvmsg recvmsg
28 send - send Ci:ibni __libc_send __send send
29 sendmsg - sendmsg Ci:ipi __libc_sendmsg __sendmsg sendmsg
30 sendto - sendto Ci:ibnibn __libc_sendto __sendto sendto
31 setsockopt - setsockopt i:iiibn __setsockopt setsockopt
32 shutdown - shutdown i:ii __shutdown shutdown
33 socket - socket i:iii __socket socket
34 socketpair - socketpair i:iiif __socketpair socketpair
35
36 setrlimit - setrlimit i:ip __setrlimit setrlimit
37 getrlimit - getrlimit i:ip __getrlimit getrlimit
38 prlimit64 EXTRA prlimit64 i:iipp __prlimit64 prlimit64@@GLIBC_2.17