This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: elm 2.5.3 and glibc 2.1.93


On Fri, Sep 22, 2000 at 05:52:01PM +0200, Andreas Jaeger wrote:
> Initially we used to save/restore errno, later we noticed that this is
> not needed.  All new code (at least code that Ulrich and I recently
> added) doesn't save/restore errno - only older code does.  I agree, we
> should unify this, but so far nobody spoke up.
> 

I think it is a bad idea. If we believe it is ok not to save/restore
errno, we should do it for all functions. I can provide a patch if
we are 100% sure that it is ok to do so.

H.J.

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