diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-10-18 16:28:44 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-02-20 10:20:37 -0300 |
commit | a7bf5f4e699a77529171a5fd3eccd842c5c29827 (patch) | |
tree | 9af14d7d3bf60659e0f30cf33281bfae24f8afe6 /sysdeps/unix/sysv/linux/kernel-features.h | |
parent | 6008978f065e205d986e51e0dabbb7e50bc45914 (diff) | |
download | glibc-a7bf5f4e699a77529171a5fd3eccd842c5c29827.tar.gz glibc-a7bf5f4e699a77529171a5fd3eccd842c5c29827.tar.xz glibc-a7bf5f4e699a77529171a5fd3eccd842c5c29827.zip |
Linux: Assume and consolidate getsockname 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/kernel-features.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index 4b5c4afbc1..4a4d624aeb 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -84,6 +84,7 @@ #define __ASSUME_SOCKETPAIR_SYSCALL 1 #define __ASSUME_LISTEN_SYSCALL 1 #define __ASSUME_SHUTDOWN_SYSCALL 1 +#define __ASSUME_GETSOCKNAME_SYSCALL 1 /* Support for SysV IPC through wired syscalls. All supported architectures either support ipc syscall and/or all the ipc correspondent syscalls. */ |