X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fldso%2F__dlsym.c;h=8ac0a33491f6276227877fb8d2556fae3392e1e2;hb=05870abeaac0588fb9115cfd11f96880a0af2108;hp=99aafdf91b95c3d5a513b73f5fb66b764821366f;hpb=4058795d4938ea72a27fb3231ce52c69c7e39637;p=musl diff --git a/src/ldso/__dlsym.c b/src/ldso/__dlsym.c index 99aafdf9..8ac0a334 100644 --- a/src/ldso/__dlsym.c +++ b/src/ldso/__dlsym.c @@ -1,8 +1,5 @@ #include -#include "libc.h" - -__attribute__((__visibility__("hidden"))) -void __dl_seterr(const char *, ...); +#include "dynlink.h" static void *stub_dlsym(void *restrict p, const char *restrict s, void *restrict ra) {