1 /* Check unloading modules with data in static TLS block. */
11 for (i
= 0; i
< 1000;)
13 printf ("round %d\n",++i
);
15 void *h
= dlopen ("tst-tlsmod13a.so", RTLD_LAZY
);
18 printf ("cannot load: %s\n", dlerror ());
28 #define TEST_FUNCTION do_test ()
30 #include "../test-skeleton.c"