2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / x86_64 / syscalls.list
blob3e231a0b61d10ffc4f9f7efa705401451072c133
1 # File name     Caller  Syscall name    # args  Strong name     Weak names
3 arch_prctl      EXTRA   arch_prctl      i:ii    __arch_prctl    arch_prctl
4 modify_ldt      EXTRA   modify_ldt      i:ipi   __modify_ldt    modify_ldt
5 msgctl          -       msgctl          i:iip   __msgctl        msgctl
6 msgget          -       msgget          i:ii    __msgget        msgget
7 msgrcv          -       msgrcv          Ci:ibnii __msgrcv       msgrcv
8 msgsnd          -       msgsnd          Ci:ibni __msgsnd        msgsnd
9 shmat           -       shmat           i:ipi   __shmat         shmat
10 shmctl          -       shmctl          i:iip   __shmctl        shmctl
11 shmdt           -       shmdt           i:s     __shmdt         shmdt
12 shmget          -       shmget          i:iii   __shmget        shmget
13 semop           -       semop           i:ipi   __semop         semop
14 semtimedop      -       semtimedop      i:ipip  semtimedop
15 semget          -       semget          i:iii   __semget        semget
16 semctl          -       semctl          i:iiii  __semctl        semctl
19 # proper socket implementations:
20 accept          -       accept          Ci:iBN  __libc_accept   __accept accept
21 bind            -       bind            i:ipi   __bind          bind
22 connect         -       connect         Ci:ipi  __libc_connect  __connect_internal __connect connect
23 getpeername     -       getpeername     i:ipp   __getpeername   getpeername
24 getsockname     -       getsockname     i:ipp   __getsockname   getsockname
25 getsockopt      -       getsockopt      i:iiiBN __getsockopt    getsockopt
26 listen          -       listen          i:ii    __listen        listen
27 recvfrom        -       recvfrom        Ci:ibniBN       __libc_recvfrom __recvfrom recvfrom
28 recvmsg         -       recvmsg         Ci:ipi  __libc_recvmsg  __recvmsg recvmsg
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