Re: detecting Leopard from gcc
Re: detecting Leopard from gcc
- Subject: Re: detecting Leopard from gcc
- From: Jonas Maebe <email@hidden>
- Date: Sat, 10 Nov 2007 22:30:28 +0100
On 10 Nov 2007, at 22:26, Ethan Tira-Thompson wrote:
So in Tiger I was using pthread_kill to send a signal to break out
of system calls (e.g. sleep(), read(), connect()...) so it can then
make the call to pthread_testcancel, but now this is unnecessary
(and often gives an error if the cancel goes through before the
signal is sent)
As a side note: doesn't this mean that you also sporadically get
errors on Tiger in case the syscall just exited for some reason when
the signal arrives?
Jonas
PS: you may have better luck getting an answer to your question on the
darwin-dev list.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden