diff options
author | Fraser Adams <fraser.adams@blueyonder.co.uk> | 2013-11-09 16:57:12 +0000 |
---|---|---|
committer | Fraser Adams <fraser.adams@blueyonder.co.uk> | 2013-11-09 16:57:12 +0000 |
commit | ea7053a084760b5dac25c4a8aa1345ad2ac79ed6 (patch) | |
tree | b59dfc7cef0c6dff0a63ba1b374ffcc71119f358 /src/struct_info.json | |
parent | e0268fa1035a718341c53921eee9318d4a8033cd (diff) |
Provided an implementation for gai_strerror and gave getaddrinfo sensible default behaviour when hints is set to NULL. Ideally getaddrinfo should supply multiple addrinfo values when hints is NULL or ai_family is set to AF_UNSPEC but this is a somewhat more complex proposition
Diffstat (limited to 'src/struct_info.json')
-rw-r--r-- | src/struct_info.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/struct_info.json b/src/struct_info.json index 5b4726e8..2943104c 100644 --- a/src/struct_info.json +++ b/src/struct_info.json @@ -290,7 +290,11 @@ "AI_CANONNAME", "AI_PASSIVE", "NI_NAMEREQD", - "EAI_NONAME", + "EAI_NONAME", + "EAI_AGAIN", + "EAI_FAIL", + "EAI_MEMORY", + "EAI_SYSTEM", "EAI_SOCKTYPE", "EAI_BADFLAGS" ], |