shithub: riscv

Download patch

ref: 13ae620a451fc0941810b7617e6efaeceb8473c6
parent: f9c92129f38f3d4679675b1221f2e8ab269eeaef
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 */
 
--