/* Check unloading modules with data in static TLS block. */ #include #include #include static int do_test (void) { int i; for (i = 0; i < 1000;) { printf ("round %d\n",++i); void *h = dlopen ("tst-tlsmod13a.so", RTLD_LAZY); if (h == NULL) { printf ("cannot load: %s\n", dlerror ()); exit (1); } dlclose (h); } return 0; } #define TEST_FUNCTION do_test () #define TIMEOUT 20 #include "../test-skeleton.c" dex : openadk.git
Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-27 19:06:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-27 19:06:58 +0200
commit9492f70965e2d1c669df4c5fc56b4bac465f6b88 (patch)
treec5e34b0062162abd2311935f69015a332751b97f /package/libmpdclient
parent8f4b5ed938071262638928deaf18552040360f4a (diff)
fix cris allconfig build
Diffstat (limited to 'package/libmpdclient')
0 files changed, 0 insertions, 0 deletions