mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
removed errno, added EAGAIN
This commit is contained in:
parent
edeac97773
commit
f10985fc50
@ -248,10 +248,9 @@
|
||||
#include <winsock.h>
|
||||
#include <process.h>
|
||||
|
||||
extern int errno;
|
||||
|
||||
#define ENOSPC 1
|
||||
#define ENOMEM 2
|
||||
#define EAGAIN 3
|
||||
|
||||
extern int stat(const char *path,struct stat *buffer );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user