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

Aurelien Jarno aurelien@aurel32.net
Fri Mar 4 17:51:00 GMT 2016


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: remove the send syscall from syscalls.list 
Patch 2: add __ASSUME_* entries for SPARC32

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

 ChangeLog                                          | 40 ++++++++++++++++++++++
 sysdeps/unix/sysv/linux/sparc/kernel-features.h    | 25 ++++++++++++++
 .../unix/sysv/linux/sparc/sparc64/syscalls.list    |  4 ---
 3 files changed, 65 insertions(+), 4 deletions(-)

-- 
2.7.0



More information about the Libc-alpha mailing list