add time64 redirect for, and redirecting implementation of, dlsym
authorRich Felker <dalias@aerifal.cx>
Fri, 9 Aug 2019 19:26:23 +0000 (15:26 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Nov 2019 22:30:56 +0000 (18:30 -0400)
commit22daaea39f1cc5f7391f0a5cd84576ffb58c2860
tree336711effd188b25691df5c5d21030578035ab65
parentc0450320940c8c45f3847f2d0a22c0ebc545b291
add time64 redirect for, and redirecting implementation of, dlsym

if symbols are being redirected to provide the new time64 ABI, dlsym
must perform matching redirections; otherwise, it would poke a hole in
the magic and return pointers to functions that are not safe to call
from a caller using time64 types.

rather than duplicating a table of redirections, use the time64
symbols present in libc's symbol table to derive the decision for
whether a particular symbol needs to be redirected.
include/dlfcn.h
ldso/dynlink.c