aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sparc
diff options
context:
space:
mode:
authorAdhemerval Zanella Netto <adhemerval.zanella@linaro.org>2022-10-19 19:14:22 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-12-07 14:11:36 -0300
commit1fed1a5af46fa64d63a7ab7166521b4c1be56007 (patch)
tree2668e0aa3002f1bf2a120605ac4dcd60c22ed3dc /sysdeps/unix/sysv/linux/sparc
parent215bf99347be78f80ea1e9d7d717a4b67616e28d (diff)
downloadglibc-1fed1a5af46fa64d63a7ab7166521b4c1be56007.tar
glibc-1fed1a5af46fa64d63a7ab7166521b4c1be56007.tar.gz
glibc-1fed1a5af46fa64d63a7ab7166521b4c1be56007.tar.bz2
glibc-1fed1a5af46fa64d63a7ab7166521b4c1be56007.zip
Linux: Assume and consolidate socket 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/sparc')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/kernel-features.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/kernel-features.h b/sysdeps/unix/sysv/linux/sparc/kernel-features.h
index 2b7056c0fb..f3a5ef6a99 100644
--- a/sysdeps/unix/sysv/linux/sparc/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/sparc/kernel-features.h
@@ -41,7 +41,6 @@
# undef __ASSUME_GETSOCKOPT_SYSCALL
# undef __ASSUME_SETSOCKOPT_SYSCALL
#else
-# define __ASSUME_SOCKET_SYSCALL 1
# define __ASSUME_SOCKETPAIR_SYSCALL 1
# define __ASSUME_SHUTDOWN_SYSCALL 1
#endif