Remove __GI_* aliases, already added by make-syscalls.sh.
authorUlrich Drepper <drepper@redhat.com>
Fri, 31 Jan 2003 03:40:10 +0000 (03:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 31 Jan 2003 03:40:10 +0000 (03:40 +0000)
sysdeps/unix/sysv/linux/alpha/syscalls.list
sysdeps/unix/sysv/linux/hppa/syscalls.list
sysdeps/unix/sysv/linux/mips/syscalls.list

index a053468..6907ef1 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 __GI_accept
+accept         -       accept          C:3     __libc_accept   __accept accept
 bind           -       bind            3       __bind          bind
 connect                -       connect         C:3     __libc_connect  __connect_internal __connect connect
 getpeername    -       getpeername     3       __getpeername   getpeername
index 65fc3cb..bc977e2 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 __GI_accept
+accept         -       accept          Ci:iBN  __libc_accept   __accept accept
 bind           -       bind            i:ipi   __bind          bind
 connect                -       connect         Ci:ipi  __libc_connect  __connect_internal __connect connect 
 getpeername    -       getpeername     i:ipp   __getpeername   getpeername
index 35666c7..ec75228 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 __GI_accept
+accept         -       accept          Ci:iBN  __libc_accept   __accept accept
 bind           -       bind            i:ipi   __bind          bind
 connect                -       connect         Ci:ipi  __libc_connect  __connect_internal __connect connect
 getpeername    -       getpeername     i:ipp   __getpeername   getpeername