]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tls8.c
powerpc: Fix build of wcscpy with --disable-multi-arch
[thirdparty/glibc.git] / elf / tst-tls8.c
index 36b1baca63625b28ac157ec2231a71cd4ffb9585..c77957261747ee53d605635339ee5a71a41443b0 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)
 {
@@ -166,5 +164,4 @@ do_test (void)
   return result;
 }
 
-
-#include "../test-skeleton.c"
+#include <support/test-driver.c>