This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

RE: oldhand cygwinner needed: RE: __errno_location() like functionality in Cygwin


> From: Dmitry Timoshkov [mailto:dmitry@sloboda.ru]
> Subject: Re: oldhand cygwinner needed: RE: __errno_location() like
> functionality in Cygwin
> 
> 
> "egor duda" <deo@logos-m.ru> wrote:
> 
> > >> As for errno in cygwin I'm not sure off the top of my 
> head as to it's
> > >> thread safeness... comments anyone?
> > 
> > DT> That is the core of my question.
> > 
> > use the source, Luke :) it is.
> 
> Thanks for the pointer, but did you see my original question? 
> How can I have
> *only* thread local errno variable? Under Linux that

#include <errno.h> 

> functionality is provided
> by overriding __errno_location() function. Under Cygwin 
> definition of my own
> __errno() function doesn't help.
 Why do you want your own __errno function?

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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