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/sparc | |
parent | fb784fd5b03f8427a3a3bd02d5fbca5068bcbf57 (diff) | |
download | glibc-a156ac09538cb7145e735dbf946f44abff8925b9.tar.gz glibc-a156ac09538cb7145e735dbf946f44abff8925b9.tar.xz glibc-a156ac09538cb7145e735dbf946f44abff8925b9.zip |
Remove __GI_* aliases, already added by make-syscalls.sh.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list b/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list index b68148e735..a34e49246e 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list @@ -16,7 +16,7 @@ sendfile - sendfile i:iipi sendfile sendfile64 # Override select.S in parent directory: select - select C:5 __select select -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 |