removed errno, added EAGAIN

This commit is contained in:
Daniel Stenberg 2004-11-05 08:22:46 +00:00
parent edeac97773
commit f10985fc50

View File

@ -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 );