X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ffunctional%2Ftls_align_dlopen.c;fp=src%2Ffunctional%2Ftls_align_dlopen.c;h=77a7b9372172217782cd8d5dcdeaafc990fc73b6;hb=164c1f02358efafd3cd23697d890c579c8733e65;hp=709964e14888117b6d8bdbf155d12867b3200150;hpb=ff1a08c16ea49fa2bd3260a3b327b5dcaa5d13a6;p=libc-test diff --git a/src/functional/tls_align_dlopen.c b/src/functional/tls_align_dlopen.c index 709964e..77a7b93 100644 --- a/src/functional/tls_align_dlopen.c +++ b/src/functional/tls_align_dlopen.c @@ -12,7 +12,7 @@ int main() unsigned long addr; } *t; - h = dlopen("./tls_align_dso.so", RTLD_LAZY); + h = dlopen("src/functional/tls_align_dso.so", RTLD_LAZY); if (!h) t_error("dlopen failed\n"); t = dlsym(h, "t");