]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tls14.c
Fix bad pointer / leak in regex code
[thirdparty/glibc.git] / elf / tst-tls14.c
index ffd31e97be324c481c7ed1aaf6bea1343101ab90..a6a79ef24f30d625dbd6e1489ce7fdcca5ab1a7d 100644 (file)
@@ -4,8 +4,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <tls.h>
-
 #define AL 4096
 struct foo
 {
@@ -53,5 +51,4 @@ do_test (void)
   return result;
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>