Does it *have* to be the C library?
Does it *have* to be the C library?
Posted Dec 2, 2010 14:42 UTC (Thu) by nix (subscriber, #2304)In reply to: Does it *have* to be the C library? by marcH
Parent article: The kernel and the C library as a single project
No. Internal glibc->glibc calls do not go via the PLT and are not subject to interposition, thus LD_PRELOAD has no effect on them. (This is a big speed boost.)
