]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tls15.c
Update copyright dates not handled by scripts/update-copyrights.
[thirdparty/glibc.git] / elf / tst-tls15.c
index 7ac963aa2d9c17e16c141d51ca6dd66ad359f005..db2a4f4b7740e7ed4adeeb7e4fe096bf8e4e41f3 100644 (file)
@@ -1,4 +1,5 @@
 #include <dlfcn.h>
+#include <stdlib.h>
 #include <stdio.h>
 
 static int
@@ -28,5 +29,4 @@ do_test (void)
   return fp ();
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>