Re: Missing socket functions on x86_64

Benedikt Böhm <[email protected]> Thu, 28 Jul 2011 07:50:40 +0200
Newsgroups gmane.linux.lib.dietlibc
Message-ID <CAN-7s6ZBr7EKqN=Q1QDqUMP7uRpNk7D2H6rJNLa1+bOdhAkuLQ@mail.gmail.com>
Hi Gernot,

On Wed, Jul 27, 2011 at 11:32 PM, Gernot Tenchio <[email protected]> wrote:
> 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.

you probably want to apply this patch:
https://github.com/ensc/dietlibc/commit/4e8cb0b775a3a1fb738e7a077889cd5e74ea5ba0

Regards,
Bene