[PATCH] sparc64: remove bind, listen and setsockopt from syscalls.list

Florian Weimer fw@deneb.enyo.de
Tue Mar 1 16:06:00 GMT 2016


* Aurelien Jarno:

> The bind, listen and setsockopt syscalls have recently been added in
> kernel 4.4. They should therefore not appear in syscalls.list as it
> means they are use inconditionally instead of possibly using the
> the socketcall fallback.

Right.

> All other syscalls from syscalls.list with an equivalent socketcall
> version are available in kernel 3.2, which is the required minimum.

Doesn't this still cause unnecessary code duplication because there
are now two implementations, one in generic code and one generated for
sparc64?  (I'm not familiar with the way the sysdeps mechanism works.)



More information about the Libc-alpha mailing list