Index: errno.h =================================================================== RCS file: /cvs/src/src/newlib/libc/include/sys/errno.h,v retrieving revision 1.4 diff -u -r1.4 errno.h --- errno.h 2000/08/01 20:51:51 1.4 +++ errno.h 2000/11/02 17:16:15 @@ -140,7 +140,7 @@ #define ENOSHARE 136 /* No such host or network path */ /* From cygwin32. */ -#define EWOULDBLOCK EAGAIN /* Operation would block */ +#define EWOULDBLOCK EINPROGRESS /* Operation would block */ #define __ELASTERROR 2000 /* Users can add values starting here */