From bbe95085d4e4cc1efc26d236c29edcc9714a1524 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 31 Mar 2013 18:54:45 +0200 Subject: python: update python build configuration to new ape capabilities like getaddrinfo(), ipv6 and fix EISCON typo in ape --- sys/include/ape/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/include') diff --git a/sys/include/ape/errno.h b/sys/include/ape/errno.h index 01fab5c36..0bb3145f9 100644 --- a/sys/include/ape/errno.h +++ b/sys/include/ape/errno.h @@ -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 -- cgit v1.2.3