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 v3 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: 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


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