Re: dlsym(RTLD_NEXT) alternative to syscall() for hard wrappers

2002-10-15 Thread Ralf S. Engelschall
On Tue, Oct 15, 2002, Jonathan Schilling wrote: [...] First, thanks for this brilliant idea. I'll to incorporate it into the mainline for release in Pth 1.5.0. Note that for this to work you have to use the dynamically linked Pth libpthread, so that the real definition can be found in a

Re: dlsym(RTLD_NEXT) alternative to syscall() for hard wrappers

2002-10-15 Thread Jonathan Schilling
Date: Tue, 15 Oct 2002 20:43:48 +0200 From: Ralf S. Engelschall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: dlsym(RTLD_NEXT) alternative to syscall() for hard wrappers On Tue, Oct 15, 2002, Jonathan Schilling wrote: Note that for this to work you have to use the dynamically