commit | c042340b2a8d503488a93e48b79878158606bd16 | [log] [tgz] |
---|---|---|
author | Manuel Massing <m.massing@warped-space.de> | Sat Mar 12 23:38:10 2011 +0100 |
committer | Daniel Stenberg <daniel@haxx.se> | Sat Mar 12 23:38:10 2011 +0100 |
tree | 0478aaabbc6e3f6dc7606036f1718539e79a5c4a | |
parent | b8478187406cf625c9d0f10b45a082221130cc92 [diff] |
CURL_CHECK_FUNC_RECVFROM: android/bionic fix recvfrom in bionic (the android libc) deviates from POSIX and uses a const in the 5th argument ("const struct sockaddr *") so the check now tests for that as well.