diff options
author | Rich Felker <dalias@aerifal.cx> | 2019-11-03 01:19:01 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-11-03 01:19:01 -0500 |
commit | 028092b61f22db7cff57af16b72badbd8ac6332c (patch) | |
tree | 2ee4837be45a23c66129f09953d284826668d481 /src/prng | |
parent | d6dcfe4d0c58856690ecbad4cf191d7c9ee1a4a8 (diff) | |
download | musl-028092b61f22db7cff57af16b72badbd8ac6332c.tar.gz |
fix time64 link regression of dlsym stub for static-linked programs
in commit 22daaea39f1cc5f7391f0a5cd84576ffb58c2860, the
__dlsym_redir_time64 function providing the backend for __dlsym_time64
was defined only in the dynamic linker, and thus was undefined when
static linking a program referencing dlsym. use the same stub_dlsym
definition that provides __dlsym (the non-redirecting backend) for
static linked programs to provide it, conditional on _REDIR_TIME64.
Diffstat (limited to 'src/prng')
0 files changed, 0 insertions, 0 deletions