This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v2 0/2] sparc64: fix socket syscalls with recent kernel headers


This patch series fixes the GNU libc on sparc64 to not use direct socket
syscalls when used built against 4.4+ kernel headers and using
--enable-kernel with a version lower than 4.4.

Patch 1 has already been posted, I just added a comment about backporting
Patch 2 is new

Aurelien Jarno (2):
  sparc64: remove bind, listen and setsockopt from syscalls.list
  Use direct socket syscalls for new kernels on sparc

 ChangeLog                                           | 12 ++++++++++++
 sysdeps/unix/sysv/linux/sparc/kernel-features.h     |  7 +++++++
 sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list |  3 ---
 3 files changed, 19 insertions(+), 3 deletions(-)

-- 
2.7.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]