Windows porting fix - Define O_NONBLOCK if not defined.
This commit is contained in:
parent
d9558dbd19
commit
ae9ce86324
|
@ -120,6 +120,9 @@ struct statfs;
|
|||
# define O_LARGEFILE 0
|
||||
#endif
|
||||
|
||||
#ifndef O_NONBLOCK
|
||||
# define O_NONBLOCK 0
|
||||
#endif
|
||||
|
||||
/****************************************************************
|
||||
* Constants
|
||||
|
|
Loading…
Reference in New Issue