ref: 2213fc253b7bfb34df757ec5880182c853e7115b
parent: 4f9f5a6bc8fd6698771b7c8532878b729a8abe58
author: aiju <aiju@phicode.de>
date: Sat Jun 4 04:56:37 EDT 2011
removed EWOULDBLOCK definition from python
--- a/sys/src/cmd/python/pyconfig.h
+++ b/sys/src/cmd/python/pyconfig.h
@@ -45,7 +45,6 @@
typedef unsigned long u_long;
#define EISCONN 63
-#define EWOULDBLOCK 64
#define FD_SETSIZE 96 /* see /sys/include/ape/sys/select.h */
--
⑨