OSDN Git Service

unbreak networking code for sparc
authorWaldemar Brodkorb <wbx@openadk.org>
Tue, 29 Jul 2014 07:53:01 +0000 (09:53 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 18 Aug 2014 09:57:39 +0000 (11:57 +0200)
commit775d660544116a4f0007cdf6a6f32d2ce8346a77
tree0f03e2555b38f26162cdf2097f2cf96a58010447
parentfe1075ea83bc0ef35591911d56dd6952fb184907
unbreak networking code for sparc

This commit 1e2e4ac6193ffe0900bd392fa3c596883771eb34 breaks networking
on sparc systems. In Linux the socket functions are declared, but not
implemented and must be routed through socketcall().

Tested via Qemu 2.0.0.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/inet/socketcalls.c