summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-03-31 18:54:45 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-03-31 18:54:45 +0200
commitbbe95085d4e4cc1efc26d236c29edcc9714a1524 (patch)
tree0304fecf7b62c548b19e6ae823d0aee690e193b2 /sys/include
parentb6dc4ba5a44a2ed2a68266598ceb28b7a7d51af2 (diff)
python: update python build configuration to new ape capabilities like getaddrinfo(), ipv6 and fix EISCON typo in ape
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/ape/errno.h2
1 files changed, 1 insertions, 1 deletions
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