removed EWOULDBLOCK definition from python

This commit is contained in:
aiju 2011-06-04 08:56:37 +00:00
parent f9c92129f3
commit 13ae620a45

View file

@ -45,7 +45,6 @@ typedef unsigned short u_short;
typedef unsigned long u_long; typedef unsigned long u_long;
#define EISCONN 63 #define EISCONN 63
#define EWOULDBLOCK 64
#define FD_SETSIZE 96 /* see /sys/include/ape/sys/select.h */ #define FD_SETSIZE 96 /* see /sys/include/ape/sys/select.h */