7 void *h
= dlopen ("tst-tlsmod17b.so", RTLD_LAZY
);
10 puts ("unexpectedly failed to open tst-tlsmod17b.so");
14 int (*fp
) (void) = (int (*) (void)) dlsym (h
, "tlsmod17b");
17 puts ("cannot find tlsmod17b");
27 #define TEST_FUNCTION do_test ()
28 #include "../test-skeleton.c"