Missing socket functions on x86_64

Gernot Tenchio <[email protected]> Wed, 27 Jul 2011 23:32:38 +0200
Newsgroups gmane.linux.lib.dietlibc
Organization privat
Message-ID <20110727233238.623201eb@brian>
Hi,

All socket functions are missing in the current x86_64 build. This is because
x86_64 has no socketcall and functions such as __libc_sendto are only build
if __NR_socketcall is defined.

This was introduced on 2011-03-03 18:40:05
'get rid of lots of socket cruft'

Regards,
Gernot