mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:13:32 +03:00
tiny-curl: base and FreeRTOS support
This commit is contained in:
parent
6f19f68e93
commit
462d10f44c
17 changed files with 1368 additions and 54 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue