X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fdlfcn.h;h=13ab71dd071eb5cdfe0d6cc593d906bf8e6b819d;hb=f897461d4fe72bb71854a6d0662de83008caccb7;hp=db26194b22845389e4b2ea2add95ccfec097e089;hpb=780cbbe63ad9e60ef30dbcb2d74271e899dae245;p=musl diff --git a/include/dlfcn.h b/include/dlfcn.h index db26194b..13ab71dd 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -31,10 +31,14 @@ typedef struct { const char *dli_sname; void *dli_saddr; } Dl_info; -int dladdr(void *, Dl_info *); +int dladdr(const void *, Dl_info *); int dlinfo(void *, int, void *); #endif +#if _REDIR_TIME64 +__REDIR(dlsym, __dlsym_time64); +#endif + #ifdef __cplusplus } #endif