aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/s390
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/s390
parenta33919698b8b7e556f2eaf7d8550842ee654f2ae (diff)
downloadglibc-215bf99347be78f80ea1e9d7d717a4b67616e28d.tar
glibc-215bf99347be78f80ea1e9d7d717a4b67616e28d.tar.gz
glibc-215bf99347be78f80ea1e9d7d717a4b67616e28d.tar.bz2
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/s390')
-rw-r--r--sysdeps/unix/sysv/linux/s390/kernel-features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/kernel-features.h b/sysdeps/unix/sysv/linux/s390/kernel-features.h
index a457c84ba1..ae8dc626b2 100644
--- a/sysdeps/unix/sysv/linux/s390/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/s390/kernel-features.h
@@ -21,7 +21,6 @@
#if __LINUX_KERNEL_VERSION >= 0x040300
# define __ASSUME_SOCKET_SYSCALL 1
# define __ASSUME_SOCKETPAIR_SYSCALL 1
-# define __ASSUME_BIND_SYSCALL 1
# define __ASSUME_LISTEN_SYSCALL 1
# define __ASSUME_GETSOCKNAME_SYSCALL 1
# define __ASSUME_GETPEERNAME_SYSCALL 1
@@ -43,6 +42,7 @@
# undef __ASSUME_SENDTO_SYSCALL
# undef __ASSUME_GETSOCKOPT_SYSCALL
# undef __ASSUME_SETSOCKOPT_SYSCALL
+# undef __ASSUME_BIND_SYSCALL
#endif
/* s390 only supports ipc syscall before 5.1. */