X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fdlfcn.h;h=78fb0733b2eb82be221e2e26fb5df369be7bb715;hb=4b9a08f29303661e9680fc1ee1569daa25df7d50;hp=db26194b22845389e4b2ea2add95ccfec097e089;hpb=780cbbe63ad9e60ef30dbcb2d74271e899dae245;p=musl diff --git a/include/dlfcn.h b/include/dlfcn.h index db26194b..78fb0733 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -31,7 +31,7 @@ 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