]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-relsort1.c
Update copyright dates not handled by scripts/update-copyrights.
[thirdparty/glibc.git] / elf / tst-relsort1.c
index 972100c0e96c35df5f1f103f51ea68504e16f855..775c968e1f7e6e5063c67bf5155e51233abadc98 100644 (file)
@@ -3,7 +3,7 @@
 
 
 static int
-do_test ()
+do_test (void)
 {
   const char lib[] = "$ORIGIN/tst-relsort1mod1.so";
   void *h = dlopen (lib, RTLD_NOW);
@@ -15,5 +15,4 @@ do_test ()
   return 0;
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>