]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tls6.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / tst-tls6.c
index 021622d9c7cee6d2d080268694b1372960fb1fe3..df81c1f6b40f26f33cc7168cbe9c89e781a48407 100644 (file)
@@ -3,10 +3,8 @@
 #include <stdlib.h>
 
 #include <link.h>
-#include <tls.h>
 
 
-#define TEST_FUNCTION do_test ()
 static int
 do_test (void)
 {
@@ -83,4 +81,4 @@ do_test (void)
 }
 
 
-#include "../test-skeleton.c"
+#include <support/test-driver.c>