[PATCH] prevent retries on fclose/fflush after write errors

u-uclibc-qs50 at aetey.se u-uclibc-qs50 at aetey.se
Tue Mar 13 07:16:54 UTC 2012


On Tue, Mar 13, 2012 at 01:58:49AM -0400, Rich Felker wrote:
> On Tue, Mar 13, 2012 at 01:41:01AM -0400, Mike Frysinger wrote:
> > >  	int __filedes;
> > > +	int __errno_value;

> > pretty sure this breaks ABI.  i know we aren't completely strict on this, but 
> > it's something we should avoid if possible.
> 
> How so? Application code should not be touching the internals of
> FILE...

You are right Rich but it seems you are thinking of API while this change
breaks ABI.

Cheers,
Rune



More information about the uClibc mailing list