mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-11 12:10:50 +03:00
Linux: Assume and consolidate socketpair 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
1fed1a5af4
commit
d00783653a
@@ -27,7 +27,6 @@
|
||||
#define __ASSUME_LISTEN_SYSCALL 1
|
||||
#define __ASSUME_GETSOCKNAME_SYSCALL 1
|
||||
#define __ASSUME_GETPEERNAME_SYSCALL 1
|
||||
#define __ASSUME_SOCKETPAIR_SYSCALL 1
|
||||
#define __ASSUME_SEND_SYSCALL 1
|
||||
#define __ASSUME_RECV_SYSCALL 1
|
||||
#define __ASSUME_SHUTDOWN_SYSCALL 1
|
||||
|
Reference in New Issue
Block a user