# HG changeset patch # User jld # Date 1051710930 0 # Node ID da388bd94ed288184192bea7af713857c182fa16 # Parent e18fd509f6e740e911c868992c440f47b2f95397 * common/eCosStd.h: Use WSAEWOULDBLOCK under Cygwin. diff --git a/host/tools/Utils/ChangeLog b/host/tools/Utils/ChangeLog --- a/host/tools/Utils/ChangeLog +++ b/host/tools/Utils/ChangeLog @@ -1,6 +1,7 @@ 2003-04-30 John Dallaway * common/eCosStd.h: Update version string to "2.0". + Use WSAEWOULDBLOCK under Cygwin. 2003-02-12 Bart Veer diff --git a/host/tools/Utils/common/eCosStd.h b/host/tools/Utils/common/eCosStd.h --- a/host/tools/Utils/common/eCosStd.h +++ b/host/tools/Utils/common/eCosStd.h @@ -56,7 +56,7 @@ #include // malloc #include // atoi #include - #define WOULDBLOCK EWOULDBLOCK + #define WOULDBLOCK WSAEWOULDBLOCK #include "wcharunix.h" #include