This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Mar 17 17:02, Jeff Johnston wrote:Ok, done. Thanks.
/* From cygwin32. */
+#ifdef __CYGWIN__
#define EWOULDBLOCK EAGAIN /* Operation would block */
+#endif
This is incorrect. EWOULDBLOCK is a POSIX error code which is supposed to be an equivalent to EAGAIN. Just remove the misleading comment about cygwin32 instead.
Corinna
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |