mirror of
https://github.com/curl/curl.git
synced 2026-07-23 03:07:15 +03:00
removed errno, added EAGAIN
This commit is contained in:
parent
edeac97773
commit
f10985fc50
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue