X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fldso%2Fdlsym.c;h=65eb27659f7b6abecb33d93db6c3fa12d82e08ee;hb=4d3a162d001a93edd285fb6603a883c30ae553ba;hp=c0f50e923b857d5e359fce641f0c6e0e77d81245;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;p=musl diff --git a/src/ldso/dlsym.c b/src/ldso/dlsym.c index c0f50e92..65eb2765 100644 --- a/src/ldso/dlsym.c +++ b/src/ldso/dlsym.c @@ -1,6 +1,5 @@ #include - -void *__dlsym(void *restrict, const char *restrict, void *restrict); +#include "dynlink.h" void *dlsym(void *restrict p, const char *restrict s) {