Re: Is errno thread-safe?
Re: Is errno thread-safe?
- Subject: Re: Is errno thread-safe?
- From: Malte Tancred <email@hidden>
- Date: Thu, 7 Mar 2002 18:13:56 +0100
On thursday, march 7, 2002, at 05:52 , christophe dore wrote:
Yes, in all good thread-safe environnement, errno should be thread-safe.
On Linux, (I dunoo for OSX) the #defined variable _REENTRANT helps the
compiler to choose, for errno and other dual API, xhat must be actually
used.
In my make files, I used to write things like
ifeq $(USE_THREADS) "YES"
CFLAGS += -D_REENTRANT -lpthread.
...and...
On thursday, march 7, 2002, at 06:07 , Andrew Pinski wrote:
Yes!!!
Great, thanks!
Cheerio,
Malte
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.