mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
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>
This commit is contained in:
committed by
Adhemerval Zanella
parent
215bf99347
commit
1fed1a5af4
@@ -18,7 +18,6 @@
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
/* New syscalls added for PowerPC in 2.6.37. */
|
||||
#define __ASSUME_SOCKET_SYSCALL 1
|
||||
#define __ASSUME_CONNECT_SYSCALL 1
|
||||
#define __ASSUME_LISTEN_SYSCALL 1
|
||||
#define __ASSUME_GETSOCKNAME_SYSCALL 1
|
||||
|
||||
Reference in New Issue
Block a user