]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tls4.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / tst-tls4.c
index f92ee53ce5542c334b173bfaa615d2cccf9df92b..6841f8138660d140bcb77236b8be39d0e2a6249f 100644 (file)
@@ -2,14 +2,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <tls.h>
 
-
-#define TEST_FUNCTION do_test ()
 static int
 do_test (void)
 {
-#ifdef USE_TLS
   static const char modname[] = "tst-tlsmod2.so";
   int result = 0;
   int *foop;
@@ -47,10 +43,7 @@ do_test (void)
   dlclose (h);
 
   return result;
-#else
-  return 0;
-#endif
 }
 
 
-#include "../test-skeleton.c"
+#include <support/test-driver.c>