add _DEFAULT_SOURCE wherever _BSD_SOURCE was used
[libc-test] / src / functional / tls_align_dlopen.c
index 709964e..77a7b93 100644 (file)
@@ -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");