tiny-curl: base and FreeRTOS support

This commit is contained in:
Daniel Stenberg 2021-04-12 08:52:24 +02:00
parent 6f19f68e93
commit 462d10f44c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
17 changed files with 1368 additions and 54 deletions

View file

@ -100,7 +100,7 @@ struct Curl_sockaddr_ex {
int protocol;
unsigned int addrlen;
union {
struct sockaddr addr;
struct curl_struct_sockaddr addr;
struct Curl_sockaddr_storage buff;
} _sa_ex_u;
};