8 void *h
= dlopen ("tst-tlsmod17b.so", RTLD_LAZY
);
11 puts ("unexpectedly failed to open tst-tlsmod17b.so");
15 int (*fp
) (void) = (int (*) (void)) dlsym (h
, "tlsmod17b");
18 puts ("cannot find tlsmod17b");
28 #define TEST_FUNCTION do_test ()
29 #include "../test-skeleton.c"