errno.h: ESTRPIPE

Corinna Vinschen vinschen@redhat.com
Tue Mar 17 22:17:00 GMT 2009


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

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat



More information about the Newlib mailing list