Re: calling select, via syscall, on 64 bit Leopard. (solved)
Re: calling select, via syscall, on 64 bit Leopard. (solved)
- Subject: Re: calling select, via syscall, on 64 bit Leopard. (solved)
- From: Luke Daley <email@hidden>
- Date: Wed, 3 Sep 2008 22:01:51 +1000
Again, when in doubt, RTFM (when will I learn?)…
http://developer.apple.com/documentation/DeveloperTools/Conceptual/DynamicLibraries/Articles/UsingDynamicLibraries.html
I was able to get this to work by using the method outlined in that
article (i.e. using dlsym()) and avoiding syscall() altogether.
Thanks to everyone who helped out.
--
LD. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden