From 13ae620a451fc0941810b7617e6efaeceb8473c6 Mon Sep 17 00:00:00 2001 From: aiju Date: Sat, 4 Jun 2011 08:56:37 +0000 Subject: [PATCH] removed EWOULDBLOCK definition from python --- sys/src/cmd/python/pyconfig.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/src/cmd/python/pyconfig.h b/sys/src/cmd/python/pyconfig.h index aee1449a1..ff951cc24 100644 --- a/sys/src/cmd/python/pyconfig.h +++ b/sys/src/cmd/python/pyconfig.h @@ -45,7 +45,6 @@ typedef unsigned short u_short; typedef unsigned long u_long; #define EISCONN 63 -#define EWOULDBLOCK 64 #define FD_SETSIZE 96 /* see /sys/include/ape/sys/select.h */