added EWOULDBLOCK
This commit is contained in:
parent
6ab691048d
commit
97d3ff1bee
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ extern int errno;
|
||||||
#define E2BIG 1
|
#define E2BIG 1
|
||||||
#define EACCES 2
|
#define EACCES 2
|
||||||
#define EAGAIN 3
|
#define EAGAIN 3
|
||||||
|
#define EWOULDBLOCK 3
|
||||||
#define EBADF 4
|
#define EBADF 4
|
||||||
#define EBUSY 5
|
#define EBUSY 5
|
||||||
#define ECHILD 6
|
#define ECHILD 6
|
||||||
|
|
Loading…
Reference in a new issue