mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Linux: Assume and consolidate listen 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
d00783653a
commit
377a14a22a
@@ -82,6 +82,7 @@
|
||||
#define __ASSUME_BIND_SYSCALL 1
|
||||
#define __ASSUME_SOCKET_SYSCALL 1
|
||||
#define __ASSUME_SOCKETPAIR_SYSCALL 1
|
||||
#define __ASSUME_LISTEN_SYSCALL 1
|
||||
|
||||
/* Support for SysV IPC through wired syscalls. All supported architectures
|
||||
either support ipc syscall and/or all the ipc correspondent syscalls. */
|
||||
|
Reference in New Issue
Block a user