• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: calling select, via syscall, on 64 bit Leopard. (solved)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >calling select, via syscall, on 64 bit Leopard. (From: Luke Daley <email@hidden>)
 >Re: calling select, via syscall, on 64 bit Leopard. (From: Jean-Daniel Dupas <email@hidden>)
 >Re: calling select, via syscall, on 64 bit Leopard. (solved) (From: Luke Daley <email@hidden>)

  • Prev by Date: Re: calling select, via syscall, on 64 bit Leopard. (solved)
  • Next by Date: hanging bluetooth driver? (well, user progs opening it)
  • Previous by thread: Re: calling select, via syscall, on 64 bit Leopard. (solved)
  • Next by thread: hanging bluetooth driver? (well, user progs opening it)
  • Index(es):
    • Date
    • Thread