curl-library
fix recvfrom configure check on android/bionic
From: Manuel Massing <m.massing_at_warped-space.de>
Date: Thu, 10 Mar 2011 12:05:44 +0100
Received on 2011-03-10
Date: Thu, 10 Mar 2011 12:05:44 +0100
Hi,
please find attached a small patch against curl 7.21.4,
which helps configure detect the correct recvfrom signature when
compiling for android.
bionic (the android libc) declares recvfrom as follows:
__socketcall ssize_t recvfrom(int, void *, size_t, unsigned int, const struct
sockaddr *, socklen_t *);
cheers,
Manuel
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/x-patch attachment: recv_from_params_on_android.patch