use it as 'struct addrinfo' so perhaps it builds on mingw again
This commit is contained in:
@@ -350,7 +350,7 @@ static unsigned __stdcall getaddrinfo_thread (void *arg)
|
|||||||
struct addrinfo *res;
|
struct addrinfo *res;
|
||||||
char service [NI_MAXSERV];
|
char service [NI_MAXSERV];
|
||||||
int rc;
|
int rc;
|
||||||
addrinfo hints = td->hints;
|
struct addrinfo hints = td->hints;
|
||||||
|
|
||||||
/* Duplicate the passed mutex handle.
|
/* Duplicate the passed mutex handle.
|
||||||
* This allows us to use it even after the container gets destroyed
|
* This allows us to use it even after the container gets destroyed
|
||||||
|
Reference in New Issue
Block a user