diff options
author | aiju <aiju@phicode.de> | 2011-06-04 08:56:37 +0000 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2011-06-04 08:56:37 +0000 |
commit | 13ae620a451fc0941810b7617e6efaeceb8473c6 (patch) | |
tree | f58571af61e6d2895af5b2d533a26955fe20b0ef /sys/src/cmd/python | |
parent | f9c92129f38f3d4679675b1221f2e8ab269eeaef (diff) |
removed EWOULDBLOCK definition from python
Diffstat (limited to 'sys/src/cmd/python')
-rw-r--r-- | sys/src/cmd/python/pyconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |