This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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 related question


--- Marcus Meissner <meissner@suse.de> wrote:
> You must not overwrite __errno_location, it is an
> internal function.
> 
> We have the same problem with WINE which will be 
> lots of fun to fix (basically porting WINE to 
> glibc threads is required).
> 
 
Wonder why the stat() is behaving different than
other functions? I think all Glibc functions call
the __set_errno() to set an errno, which calls the
overwritten __errno_location, but that's not the case
with stat(). 
Any idea how the WINE is going to fix this problem?

Thanks,
Ishav

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


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