python: update python build configuration to new ape capabilities like getaddrinfo(), ipv6 and fix EISCON typo in ape
This commit is contained in:
parent
b6dc4ba5a4
commit
bbe95085d4
2 changed files with 7 additions and 11 deletions
|
@ -67,7 +67,7 @@ extern int *_errnoloc;
|
|||
#define ENETUNREACH 50
|
||||
#define ENETRESET 51
|
||||
#define ECONNABORTED 52
|
||||
#define EISCON 53
|
||||
#define EISCONN 53
|
||||
#define ENOTCONN 54
|
||||
#define ESHUTDOWN 55
|
||||
#define ETOOMANYREFS 56
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue