added EWOULDBLOCK

This commit is contained in:
aiju 2011-06-03 13:43:25 +00:00
parent 6ab691048d
commit 97d3ff1bee

View file

@ -13,6 +13,7 @@ extern int errno;
#define E2BIG 1
#define EACCES 2
#define EAGAIN 3
#define EWOULDBLOCK 3
#define EBADF 4
#define EBUSY 5
#define ECHILD 6