|
From: Jeremy F. <je...@go...> - 2004-06-03 22:08:34
|
On Thu, 2004-06-03 at 20:00 +0200, Tom Hughes wrote: > CVS commit by thughes: > > Changed cancellation wrappers to use dlsym(RTLD_NEXT) to look up the > libc version of the wrapped function when forwarding the call rather > than trying to call the internal __libc_xxx version of the routine > as many of those are marked as GLIBC_PRIVATE in recent releases. Will this work if libc is stripped? I was just working on an alternative fix for this by having private versions of the __libc_ functions, at least for syscalls. J |