mips: FIx clone3 implementation (BZ 31325)
[glibc.git] / sysdeps / unix / sysv / linux / mips / syscalls.list
blobd99504774cf77e8a14cd2a28939077f26f67e5b1
1 # File name     Caller  Syscall name    Args    Strong name     Weak names
4 # Calls for compatibility with existing MIPS OS implementations and
5 # compilers.
7 cachectl        -       cachectl        i:pii   __cachectl      cachectl
8 cacheflush      -       cacheflush      i:pii   _flush_cache    cacheflush
9 sysmips         -       sysmips         i:iiii  __sysmips       sysmips
12 # Socket functions; Linux/MIPS doesn't use the socketcall(2) wrapper;
13 # it's provided for compatibility, though.
15 bind            -       bind            i:ipi   __bind          bind
16 getpeername     -       getpeername     i:ipp   __getpeername   getpeername
17 getsockname     -       getsockname     i:ipp   __getsockname   getsockname
18 listen          -       listen          i:ii    __listen        listen
19 shutdown        -       shutdown        i:ii    __shutdown      shutdown
20 socket          -       socket          i:iii   __socket        socket
21 socketpair      -       socketpair      i:iiif  __socketpair    socketpair