]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__GI_accept): New alias to accept.
authorUlrich Drepper <drepper@redhat.com>
Tue, 31 Dec 2002 20:44:02 +0000 (20:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 31 Dec 2002 20:44:02 +0000 (20:44 +0000)
sysdeps/unix/sysv/linux/alpha/syscalls.list
sysdeps/unix/sysv/linux/hppa/syscalls.list
sysdeps/unix/sysv/linux/mips/syscalls.list

index 6907ef1d2fa536dfeff1224bfe962bc7df9461e8..a053468b34c21c732c30cba0545c20654f60085c 100644 (file)
@@ -36,7 +36,7 @@ sys_ustat     ustat   ustat           2       __syscall_ustat
 sys_mknod      xmknod  mknod           3       __syscall_mknod
 
 # proper socket implementations:
-accept         -       accept          C:3     __libc_accept   __accept accept
+accept         -       accept          C:3     __libc_accept   __accept accept __GI_accept
 bind           -       bind            3       __bind          bind
 connect                -       connect         C:3     __libc_connect  __connect_internal __connect connect
 getpeername    -       getpeername     3       __getpeername   getpeername
index bc977e2e30189b0504cc69090788d47d9aa62f7c..65fc3cba64b2b2339e5e9268d4b218a5fcf259bc 100644 (file)
@@ -14,7 +14,7 @@ semget                -       semget          i:iii   __semget        semget
 semctl         -       semctl          i:iiii  __semctl        semctl
 
 # proper socket implementations:
-accept         -       accept          Ci:iBN  __libc_accept   __accept accept
+accept         -       accept          Ci:iBN  __libc_accept   __accept accept __GI_accept
 bind           -       bind            i:ipi   __bind          bind
 connect                -       connect         Ci:ipi  __libc_connect  __connect_internal __connect connect 
 getpeername    -       getpeername     i:ipp   __getpeername   getpeername
index ec75228ce1ff8b26080303e107346f7d4d3e9bf9..35666c7a869433a1f196513c105e21f373f28fda 100644 (file)
@@ -14,7 +14,7 @@ s_sigsuspend  sigsuspend sigsuspend   i:p     __syscall_sigsuspend
 # Socket functions; Linux/MIPS doesn't use the socketcall(2) wrapper;
 # it's provided for compatibility, though.
 #
-accept         -       accept          Ci:iBN  __libc_accept   __accept accept
+accept         -       accept          Ci:iBN  __libc_accept   __accept accept __GI_accept
 bind           -       bind            i:ipi   __bind          bind
 connect                -       connect         Ci:ipi  __libc_connect  __connect_internal __connect connect
 getpeername    -       getpeername     i:ipp   __getpeername   getpeername