diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-19 07:56:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-19 07:56:42 +0000 |
commit | 337ca8062e5bed786b42772fdb17bfa4ffd733d6 (patch) | |
tree | ffdc16ac87808735e4d19baaf99f2c0b8a161f8d /sysdeps/unix/sysv/linux/hppa | |
parent | 9d337e61ff171cbc91a88ddc3ba6a360ffb66e37 (diff) | |
download | glibc-337ca8062e5bed786b42772fdb17bfa4ffd733d6.tar glibc-337ca8062e5bed786b42772fdb17bfa4ffd733d6.tar.gz glibc-337ca8062e5bed786b42772fdb17bfa4ffd733d6.tar.bz2 glibc-337ca8062e5bed786b42772fdb17bfa4ffd733d6.zip |
Add __connect_internal.
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/syscalls.list b/sysdeps/unix/sysv/linux/hppa/syscalls.list index ed9f1a3982..2c7a63917d 100644 --- a/sysdeps/unix/sysv/linux/hppa/syscalls.list +++ b/sysdeps/unix/sysv/linux/hppa/syscalls.list @@ -16,7 +16,7 @@ semctl - semctl i:iiii __semctl semctl # proper socket implementations: accept - accept i:iBN __libc_accept __accept accept bind - bind i:ipi __bind bind -connect - connect i:ipi __libc_connect __connect connect +connect - connect i:ipi __libc_connect __connect_internal __connect connect getpeername - getpeername i:ipp __getpeername getpeername getsockname - getsockname i:ipp __getsockname getsockname getsockopt - getsockopt i:iiiBN __getsockopt getsockopt |