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: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 3 Sep 2008 14:32:43 +0200
Le 3 sept. 08 à 14:01, Luke Daley a écrit :
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.
Yep, you right, using dlsym(RTLD_NEXT, "symbol"); is probably a better
solution than the one I provided.
It is part of the public API and it is supported ;-)
_______________________________________________
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