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]

Re: [PATCH v2 2/2] Use direct socket syscalls for new kernels on sparc


On Wed, 2 Mar 2016, Aurelien Jarno wrote:

> Direct socket syscalls have been added in kernel 4.4 on sparc for
> bind, listen and setsockopt. Other direct socket syscalls were present
> before kernel 3.2 and are listed directly in syscalls.list, so there is
> no need to add them there.

Listed directly in syscalls.list for sparc64.  Don't they need __ASSUME_* 
adding for sparc32?

(In a few years' time we'll be able to assume 4.4 everywhere, eliminate 
all socketcall support and use entries in sysdeps/unix/syscalls.list for 
many of these syscalls.)

-- 
Joseph S. Myers
joseph@codesourcery.com


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