author | Rich Felker <dalias@aerifal.cx> | 2019年08月09日 15:26:23 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019年11月02日 18:30:56 -0400 |
commit | 22daaea39f1cc5f7391f0a5cd84576ffb58c2860 (patch) | |
tree | 336711effd188b25691df5c5d21030578035ab65 /include/dlfcn.h | |
parent | c0450320940c8c45f3847f2d0a22c0ebc545b291 (diff) | |
download | musl-22daaea39f1cc5f7391f0a5cd84576ffb58c2860.tar.gz |
-rw-r--r-- | include/dlfcn.h | 4 |
diff --git a/include/dlfcn.h b/include/dlfcn.h index 78fb0733..13ab71dd 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -35,6 +35,10 @@ int dladdr(const void *, Dl_info *); int dlinfo(void *, int, void *); #endif +#if _REDIR_TIME64 +__REDIR(dlsym, __dlsym_time64); +#endif + #ifdef __cplusplus } #endif |