[klibc] klibc sparc sockets foo

H. Peter Anvin hpa at zytor.com
Fri Mar 19 16:55:26 PDT 2010


On 03/14/2010 03:45 PM, David Miller wrote:
> 
> So probably the best thing to do is, like the commit presented
> at the top of this thread, use sys_socketcall unconditionally.
> From some simple tests this is what glibc does too.
> 

It's worth noting that if the syscall number macros for unimplemented
system calls are removed, then klibc will automatically use socketcall
for the remaining calls.  It is always a major headache when an
architecture breaks automation by advertising a system call and then not
actually implementing it.

	-hpa



More information about the klibc mailing list