diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-31 03:40:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-31 03:40:10 +0000 |
commit | a156ac09538cb7145e735dbf946f44abff8925b9 (patch) | |
tree | 5c81614886d2e7d85659c791ad1121d3b576e33a /sysdeps/unix/sysv/linux/mips | |
parent | fb784fd5b03f8427a3a3bd02d5fbca5068bcbf57 (diff) | |
download | glibc-a156ac09538cb7145e735dbf946f44abff8925b9.tar glibc-a156ac09538cb7145e735dbf946f44abff8925b9.tar.gz glibc-a156ac09538cb7145e735dbf946f44abff8925b9.tar.bz2 glibc-a156ac09538cb7145e735dbf946f44abff8925b9.zip |
Remove __GI_* aliases, already added by make-syscalls.sh.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/syscalls.list b/sysdeps/unix/sysv/linux/mips/syscalls.list index 35666c7a86..ec75228ce1 100644 --- a/sysdeps/unix/sysv/linux/mips/syscalls.list +++ b/sysdeps/unix/sysv/linux/mips/syscalls.list @@ -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 |