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 12 07:18, Ralf Corsepius wrote:
Yaakov (Cygwin/X) wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

2009-03-11 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>

	* libc/include/sys/errno.h (ESTRPIPE): Define.
	* libc/string/strerror.c (strerror): Decode it.
What is this patch trying to fix/implement?
Why do you want to see it implemented?

This error code is used in sound-related code which Yaakov is trying to port to Cygwin. After a discussion on the cygwin-patches mailing list, we decided to add this error code.
Ouch ... bad decision.

Patch applied.
Please ifdef __CYGWIN__ it or revert it.

newlib should stay with well established standards and not be polluted with underdocumented, proprietary extensions.

Ralf


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