mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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>
This commit is contained in:
committed by
Adhemerval Zanella
parent
a33919698b
commit
215bf99347
@ -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. */
|
||||
|
Reference in New Issue
Block a user