about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/generic
diff options
context:
space:
mode:
authorAdhemerval Zanella Netto <adhemerval.zanella@linaro.org>2022-10-19 19:14:21 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-12-07 13:42:05 -0300
commit215bf99347be78f80ea1e9d7d717a4b67616e28d (patch)
tree10e3902413668921347b400f32932f2ce63dbc03 /sysdeps/unix/sysv/linux/generic
parenta33919698b8b7e556f2eaf7d8550842ee654f2ae (diff)
downloadglibc-215bf99347be78f80ea1e9d7d717a4b67616e28d.tar.gz
glibc-215bf99347be78f80ea1e9d7d717a4b67616e28d.tar.xz
glibc-215bf99347be78f80ea1e9d7d717a4b67616e28d.zip
Linux: Assume and consolidate bind wire-up syscall
And disable if kernel does not support it.

Checked on x86_64-linux-gnu and i686-linux-gnu.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/generic')
-rw-r--r--sysdeps/unix/sysv/linux/generic/syscalls.list1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/generic/syscalls.list b/sysdeps/unix/sysv/linux/generic/syscalls.list
index f573f27c8b..889b62bbea 100644
--- a/sysdeps/unix/sysv/linux/generic/syscalls.list
+++ b/sysdeps/unix/sysv/linux/generic/syscalls.list
@@ -3,7 +3,6 @@
 # Socket APIs
 socket		-	socket		i:iii	__socket	socket
 socketpair	-	socketpair	i:iiif	__socketpair	socketpair
-bind		-	bind		i:ipi	__bind		bind
 listen		-	listen		i:ii	__listen	listen
 getsockname	-	getsockname	i:ipp	__getsockname	getsockname
 getpeername	-	getpeername	i:ipp	__getpeername	getpeername