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]

Re: errno.h: ESTRPIPE


Corinna Vinschen wrote:
On Mar 17 17:02, Jeff Johnston wrote:
/* 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


Ok, done. Thanks.

-- Jeff J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]