removed errno, added EAGAIN
This commit is contained in:
parent
edeac97773
commit
f10985fc50
@ -248,10 +248,9 @@
|
|||||||
#include <winsock.h>
|
#include <winsock.h>
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
|
|
||||||
extern int errno;
|
|
||||||
|
|
||||||
#define ENOSPC 1
|
#define ENOSPC 1
|
||||||
#define ENOMEM 2
|
#define ENOMEM 2
|
||||||
|
#define EAGAIN 3
|
||||||
|
|
||||||
extern int stat(const char *path,struct stat *buffer );
|
extern int stat(const char *path,struct stat *buffer );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user